#BCC2DB

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

Shades of Periwinkle #BCC2DB

Tints of Periwinkle #BCC2DB

Color information

#BCC2DB (or 0xBCC2DB) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and DB. RGB value is (188,194,219). Sum of RGB (Red+Green+Blue) = 188+194+219=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DB is #433D24. Grayscale: #C2C2C2. Windows color (decimal): -4406565 or 14402236. OLE color: 14402236.

HSL color Cylindrical-coordinate representation of color #BCC2DB: hue angle of 228.39º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC2DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188194219-
CMYK0.140.1100.14
HSL228.39º30.1%79.8%-
HSV(B)228.39º14.16%85.88%-
XYZ52.8254.3974.73-
YUV195.06141.51122.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=31.28%
G=32.28%
B=36.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881942190.140.1100.14228.3930.179.8
HexBCC2DBEB0Ee41e50
Octal274302333161301634436120
Binary101111001100001011011011111010110111011100100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2DB; }

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

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

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

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

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

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

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

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