#BCCDE8

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

Shades of Periwinkle #BCCDE8

Tints of Periwinkle #BCCDE8

Color information

#BCCDE8 (or 0xBCCDE8) is unknown color: approx Periwinkle. HEX triplet: BC, CD and E8. RGB value is (188,205,232). Sum of RGB (Red+Green+Blue) = 188+205+232=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDE8 is #433217. Grayscale: #CACACA. Windows color (decimal): -4403736 or 15257020. OLE color: 15257020.

HSL color Cylindrical-coordinate representation of color #BCCDE8: hue angle of 216.82º 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 #BCCDE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188205232-
CMYK0.190.1200.09
HSL216.82º48.89%82.35%-
HSV(B)216.82º18.97%90.98%-
XYZ57.1460.1884.95-
YUV203144.37117.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=30.08%
G=32.8%
B=37.12%

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
Decimal1882052320.190.1200.09216.8248.8982.35
HexBCCDE813C09d93152
Octal274315350231401133161122
Binary10111100110011011110100010011110001001110110011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDE8; }

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

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

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

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

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

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

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

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