#BCCEE9

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

Shades of Periwinkle #BCCEE9

Tints of Periwinkle #BCCEE9

Color information

#BCCEE9 (or 0xBCCEE9) is unknown color: approx Periwinkle. HEX triplet: BC, CE and E9. RGB value is (188,206,233). Sum of RGB (Red+Green+Blue) = 188+206+233=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEE9 is #433116. Grayscale: #CBCBCB. Windows color (decimal): -4403479 or 15322812. OLE color: 15322812.

HSL color Cylindrical-coordinate representation of color #BCCEE9: hue angle of 216º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCEE9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188206233-
CMYK0.190.1200.09
HSL216º50.56%82.55%-
HSV(B)216º19.31%91.37%-
XYZ57.5260.7285.78-
YUV203.7144.54116.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=29.98%
G=32.85%
B=37.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882062330.190.1200.0921650.5682.55
HexBCCEE913C09d83353
Octal274316351231401133063123
Binary10111100110011101110100110011110001001110110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEE9; }

 p { color: rgb(188,206,233); }

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

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

 a { background-color: rgb(188,206,233); }

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

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

 span { border-color: rgb(188,206,233); }

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