#BCCBFA

Color #BCCBFA Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BCCBFA

Tints of Periwinkle #BCCBFA

Color information

#BCCBFA (or 0xBCCBFA) is unknown color: approx Periwinkle. HEX triplet: BC, CB and FA. RGB value is (188,203,250). Sum of RGB (Red+Green+Blue) = 188+203+250=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBFA is #433405. Grayscale: #CBCBCB. Windows color (decimal): -4404230 or 16436156. OLE color: 16436156.

HSL color Cylindrical-coordinate representation of color #BCCBFA: hue angle of 225.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCBFA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188203250-
CMYK0.250.1900.02
HSL225.48º86.11%85.88%-
HSV(B)225.48º24.8%98.04%-
XYZ59.3560.3198.95-
YUV203.87154.03116.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=29.33%
G=31.67%
B=39.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882032500.250.1900.02225.4886.1185.88
HexBCCBFA191302e15656
Octal274313372312302341126126
Binary10111100110010111111101011001100110101110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBFA; }

 p { color: rgb(188,203,250); }

 H1.HeaderClassName
 {
   color: #BCCBFA;
 }
 .AnyTagClassName
 {
   color: #BCCBFA;
 }
</style>
background-color css

<style>
 a { background-color: #BCCBFA; }

 a { background-color: rgb(188,203,250); }

 div.DivClassName
 {
   background-color: #BCCBFA;
 }
 .BgClassName
 {
   background-color: #BCCBFA;
 }
</style>
border-color css

<style>
 span { border-color: #BCCBFA; }

 span { border-color: rgb(188,203,250); }

 td.TdClassName
 {
   border-color: #BCCBFA;
 }
 .TagClassName
 {
   border-color: #BCCBFA;
 }
</style>