#BCC6DF

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

Shades of Periwinkle #BCC6DF

Tints of Periwinkle #BCC6DF

Color information

#BCC6DF (or 0xBCC6DF) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and DF. RGB value is (188,198,223). Sum of RGB (Red+Green+Blue) = 188+198+223=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6DF is #433920. Grayscale: #C5C5C5. Windows color (decimal): -4405537 or 14665404. OLE color: 14665404.

HSL color Cylindrical-coordinate representation of color #BCC6DF: hue angle of 222.86º 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 #BCC6DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188198223-
CMYK0.160.1100.13
HSL222.86º35.35%80.59%-
HSV(B)222.86º15.7%87.45%-
XYZ54.2556.4177.84-
YUV197.86142.19120.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=30.87%
G=32.51%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881982230.160.1100.13222.8635.3580.59
HexBCC6DF10B0Ddf2351
Octal274306337201301533743121
Binary10111100110001101101111110000101101101110111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6DF; }

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

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

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

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

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

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

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

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