#BCCEE8

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

Shades of Periwinkle #BCCEE8

Tints of Periwinkle #BCCEE8

Color information

#BCCEE8 (or 0xBCCEE8) is unknown color: approx Periwinkle. HEX triplet: BC, CE and E8. RGB value is (188,206,232). Sum of RGB (Red+Green+Blue) = 188+206+232=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEE8 is #433117. Grayscale: #CBCBCB. Windows color (decimal): -4403480 or 15257276. OLE color: 15257276.

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

Color convert

RGB188206232-
CMYK0.190.1100.09
HSL215.45º48.89%82.35%-
HSV(B)215.45º18.97%90.98%-
XYZ57.3860.6685.03-
YUV203.58144.04116.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=30.03%
G=32.91%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882062320.190.1100.09215.4548.8982.35
HexBCCEE813B09d73152
Octal274316350231301132761122
Binary10111100110011101110100010011101101001110101111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEE8; }

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

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

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

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

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

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

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

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