#BDDEE2

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

Shades of Powder Blue #BDDEE2

Tints of Powder Blue #BDDEE2

Color information

#BDDEE2 (or 0xBDDEE2) is unknown color: approx Powder Blue. HEX triplet: BD, DE and E2. RGB value is (189,222,226). Sum of RGB (Red+Green+Blue) = 189+222+226=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE2 is #42211D. Grayscale: #D4D4D4. Windows color (decimal): -4333854 or 14868157. OLE color: 14868157.

HSL color Cylindrical-coordinate representation of color #BDDEE2: hue angle of 186.49º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDEE2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189222226-
CMYK0.160.0200.11
HSL186.49º38.95%81.37%-
HSV(B)186.49º16.37%88.63%-
XYZ60.8468.5581.98-
YUV212.59135.57111.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=29.67%
G=34.85%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892222260.160.0200.11186.4938.9581.37
HexBDDEE21020Bba2751
Octal27533634220201327247121
Binary101111011101111011100010100001001011101110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEE2; }

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

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

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

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

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

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

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

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