#BCC2DD

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

Shades of Periwinkle #BCC2DD

Tints of Periwinkle #BCC2DD

Color information

#BCC2DD (or 0xBCC2DD) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and DD. RGB value is (188,194,221). Sum of RGB (Red+Green+Blue) = 188+194+221=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DD is #433D22. Grayscale: #C3C3C3. Windows color (decimal): -4406563 or 14533308. OLE color: 14533308.

HSL color Cylindrical-coordinate representation of color #BCC2DD: hue angle of 229.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC2DD is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188194221-
CMYK0.150.1200.13
HSL229.09º32.67%80.2%-
HSV(B)229.09º14.93%86.67%-
XYZ53.0854.576.13-
YUV195.28142.51122.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=31.18%
G=32.17%
B=36.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881942210.150.1200.13229.0932.6780.2
HexBCC2DDFC0De52150
Octal274302335171401534541120
Binary1011110011000010110111011111110001101111001011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2DD; }

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

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

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

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

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

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

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

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