#BCD8DE

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

Shades of Powder Blue #BCD8DE

Tints of Powder Blue #BCD8DE

Color information

#BCD8DE (or 0xBCD8DE) is unknown color: approx Powder Blue. HEX triplet: BC, D8 and DE. RGB value is (188,216,222). Sum of RGB (Red+Green+Blue) = 188+216+222=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DE is #432721. Grayscale: #D0D0D0. Windows color (decimal): -4400930 or 14604476. OLE color: 14604476.

HSL color Cylindrical-coordinate representation of color #BCD8DE: hue angle of 190.59º degrees, saturation: 0.34, 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 #BCD8DE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188216222-
CMYK0.150.0300.13
HSL190.59º34%80.39%-
HSV(B)190.59º15.32%87.06%-
XYZ58.4865.0878.59-
YUV208.31135.72113.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=30.03%
G=34.50%
B=35.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882162220.150.0300.13190.593480.39
HexBCD8DEF30Dbf2250
Octal27433033617301527742120
Binary10111100110110001101111011111101101101111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8DE; }

 p { color: rgb(188,216,222); }

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

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

 a { background-color: rgb(188,216,222); }

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

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

 span { border-color: rgb(188,216,222); }

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