#BCC2D9

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

Shades of Periwinkle #BCC2D9

Tints of Periwinkle #BCC2D9

Color information

#BCC2D9 (or 0xBCC2D9) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and D9. RGB value is (188,194,217). Sum of RGB (Red+Green+Blue) = 188+194+217=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D9 is #433D26. Grayscale: #C2C2C2. Windows color (decimal): -4406567 or 14271164. OLE color: 14271164.

HSL color Cylindrical-coordinate representation of color #BCC2D9: hue angle of 227.59º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC2D9 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188194217-
CMYK0.130.1100.15
HSL227.59º27.62%79.41%-
HSV(B)227.59º13.36%85.1%-
XYZ52.5654.2873.35-
YUV194.83140.51123.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=31.39%
G=32.39%
B=36.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881942170.130.1100.15227.5927.6279.41
HexBCC2D9DB0Fe41c4f
Octal274302331151301734434117
Binary101111001100001011011001110110110111111100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2D9; }

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

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

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

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

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

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

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

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