Shades of Powder Blue #BDDBE2
Tints of Powder Blue #BDDBE2
RGB
CMYK
RGB Variations
Color information
#BDDBE2 (or 0xBDDBE2) is known color: Powder Blue. HEX triplet: BD, DB and E2. RGB value is (189,219,226). Sum of RGB (Red+Green+Blue) = 189+219+226=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE2 is #42241D. Grayscale: #D2D2D2. Windows color (decimal): -4334622 or 14867389. OLE color: 14867389.
HSL color Cylindrical-coordinate representation of color #BDDBE2: hue angle of 191.35º 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 #BDDBE2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 219 | 226 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.11 |
| HSL | 191.35º | 0.39% | 0.81% | - |
| HSV(B) | 191.35º | 0.16% | 0.89% | - |
| XYZ | 60.05 | 66.97 | 81.71 | - |
| YUV | 210.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 226 | 0.16 | 0.03 | 0 | 0.11 | 191.35 | 0.39 | 0.81 |
| Hex | BD | DB | E2 | 10 | 3 | 0 | B | BF | 27 | 51 |
| Octal | 275 | 333 | 342 | 20 | 3 | 0 | 13 | 277 | 47 | 121 |
| Binary | 10111101 | 11011011 | 11100010 | 10000 | 11 | 0 | 1011 | 10111111 | 100111 | 1010001 |
Color Harmonies of #BDDBE2
Complementary color
Monochromatic Colors of #BDDBE2
Black with #BDDBE2
Text Example
Text Example
White with #BDDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBE2; }
p { color: rgb(189,219,226); }
H1.HeaderClassName
{
color: #BDDBE2;
}
.AnyTagClassName
{
color: #BDDBE2;
}
</style>
background-color css
<style>
a { background-color: #BDDBE2; }
a { background-color: rgb(189,219,226); }
div.DivClassName
{
background-color: #BDDBE2;
}
.BgClassName
{
background-color: #BDDBE2;
}
</style>
border-color css
<style>
span { border-color: #BDDBE2; }
span { border-color: rgb(189,219,226); }
td.TdClassName
{
border-color: #BDDBE2;
}
.TagClassName
{
border-color: #BDDBE2;
}
</style>