Shades of Powder Blue #BDDBE0
Tints of Powder Blue #BDDBE0
RGB
CMYK
RGB Variations
Color information
#BDDBE0 (or 0xBDDBE0) is known color: Powder Blue. HEX triplet: BD, DB and E0. RGB value is (189,219,224). Sum of RGB (Red+Green+Blue) = 189+219+224=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE0 is #42241F. Grayscale: #D2D2D2. Windows color (decimal): -4334624 or 14736317. OLE color: 14736317.
HSL color Cylindrical-coordinate representation of color #BDDBE0: hue angle of 188.57º 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 #BDDBE0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 219 | 224 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.12 |
| HSL | 188.57º | 0.36% | 0.81% | - |
| HSV(B) | 188.57º | 0.16% | 0.88% | - |
| XYZ | 59.77 | 66.86 | 80.28 | - |
| YUV | 210.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 224 | 0.16 | 0.02 | 0 | 0.12 | 188.57 | 0.36 | 0.81 |
| Hex | BD | DB | E0 | 10 | 2 | 0 | C | BD | 24 | 51 |
| Octal | 275 | 333 | 340 | 20 | 2 | 0 | 14 | 275 | 44 | 121 |
| Binary | 10111101 | 11011011 | 11100000 | 10000 | 10 | 0 | 1100 | 10111101 | 100100 | 1010001 |
Color Harmonies of #BDDBE0
Complementary color
Monochromatic Colors of #BDDBE0
Black with #BDDBE0
Text Example
Text Example
White with #BDDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBE0; }
p { color: rgb(189,219,224); }
H1.HeaderClassName
{
color: #BDDBE0;
}
.AnyTagClassName
{
color: #BDDBE0;
}
</style>
background-color css
<style>
a { background-color: #BDDBE0; }
a { background-color: rgb(189,219,224); }
div.DivClassName
{
background-color: #BDDBE0;
}
.BgClassName
{
background-color: #BDDBE0;
}
</style>
border-color css
<style>
span { border-color: #BDDBE0; }
span { border-color: rgb(189,219,224); }
td.TdClassName
{
border-color: #BDDBE0;
}
.TagClassName
{
border-color: #BDDBE0;
}
</style>