#BDDDE2

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

Shades of Powder Blue #BDDDE2

Tints of Powder Blue #BDDDE2

Color information

#BDDDE2 (or 0xBDDDE2) is unknown color: approx Powder Blue. HEX triplet: BD, DD and E2. RGB value is (189,221,226). Sum of RGB (Red+Green+Blue) = 189+221+226=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE2 is #42221D. Grayscale: #D3D3D3. Windows color (decimal): -4334110 or 14867901. OLE color: 14867901.

HSL color Cylindrical-coordinate representation of color #BDDDE2: hue angle of 188.11º 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 #BDDDE2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189221226-
CMYK0.160.0200.11
HSL188.11º38.95%81.37%-
HSV(B)188.11º16.37%88.63%-
XYZ60.5768.0281.89-
YUV212135.9111.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=29.72%
G=34.75%
B=35.53%

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
Decimal1892212260.160.0200.11188.1138.9581.37
HexBDDDE21020Bbc2751
Octal27533534220201327447121
Binary101111011101110111100010100001001011101111001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE2; }

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

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

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

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

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

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

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

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