#BDDEE0

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

Shades of Powder Blue #BDDEE0

Tints of Powder Blue #BDDEE0

Color information

#BDDEE0 (or 0xBDDEE0) is unknown color: approx Powder Blue. HEX triplet: BD, DE and E0. RGB value is (189,222,224). Sum of RGB (Red+Green+Blue) = 189+222+224=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE0 is #42211F. Grayscale: #D4D4D4. Windows color (decimal): -4333856 or 14737085. OLE color: 14737085.

HSL color Cylindrical-coordinate representation of color #BDDEE0: hue angle of 183.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDEE0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189222224-
CMYK0.160.0100.12
HSL183.43º36.08%80.98%-
HSV(B)183.43º15.62%87.84%-
XYZ60.5668.4480.54-
YUV212.36134.57111.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=29.76%
G=34.96%
B=35.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892222240.160.0100.12183.4336.0880.98
HexBDDEE01010Cb72451
Octal27533634020101426744121
Binary10111101110111101110000010000101100101101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEE0; }

 p { color: rgb(189,222,224); }

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

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

 a { background-color: rgb(189,222,224); }

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

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

 span { border-color: rgb(189,222,224); }

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