#BCC2DF

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

Shades of Periwinkle #BCC2DF

Tints of Periwinkle #BCC2DF

Color information

#BCC2DF (or 0xBCC2DF) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and DF. RGB value is (188,194,223). Sum of RGB (Red+Green+Blue) = 188+194+223=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DF is #433D20. Grayscale: #C3C3C3. Windows color (decimal): -4406561 or 14664380. OLE color: 14664380.

HSL color Cylindrical-coordinate representation of color #BCC2DF: hue angle of 229.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC2DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188194223-
CMYK0.160.1300.13
HSL229.71º35.35%80.59%-
HSV(B)229.71º15.7%87.45%-
XYZ53.3554.677.54-
YUV195.51143.51122.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=31.07%
G=32.07%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881942230.160.1300.13229.7135.3580.59
HexBCC2DF10D0De62351
Octal274302337201501534643121
Binary10111100110000101101111110000110101101111001101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2DF; }

 p { color: rgb(188,194,223); }

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

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

 a { background-color: rgb(188,194,223); }

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

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

 span { border-color: rgb(188,194,223); }

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