Shades of Powder Blue #BBDFDE
Tints of Powder Blue #BBDFDE
RGB
CMYK
RGB Variations
Color information
#BBDFDE (or 0xBBDFDE) is known color: Powder Blue. HEX triplet: BB, DF and DE. RGB value is (187,223,222). Sum of RGB (Red+Green+Blue) = 187+223+222=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDE is #442021. Grayscale: #D4D4D4. Windows color (decimal): -4464674 or 14606267. OLE color: 14606267.
HSL color Cylindrical-coordinate representation of color #BBDFDE: hue angle of 178.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFDE is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 222 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.13 |
| HSL | 178.33º | 0.36% | 0.8% | - |
| HSV(B) | 178.33º | 0.16% | 0.87% | - |
| XYZ | 60.07 | 68.61 | 79.19 | - |
| YUV | 212.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 222 | 0.16 | 0 | 0.00 | 0.13 | 178.33 | 0.36 | 0.8 |
| Hex | BB | DF | DE | 10 | 0 | 0 | D | B2 | 24 | 50 |
| Octal | 273 | 337 | 336 | 20 | 0 | 0 | 15 | 262 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11011110 | 10000 | 0 | 0 | 1101 | 10110010 | 100100 | 1010000 |
Color Harmonies of #BBDFDE
Complementary color
Monochromatic Colors of #BBDFDE
Black with #BBDFDE
Text Example
Text Example
White with #BBDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFDE; }
p { color: rgb(187,223,222); }
H1.HeaderClassName
{
color: #BBDFDE;
}
.AnyTagClassName
{
color: #BBDFDE;
}
</style>
background-color css
<style>
a { background-color: #BBDFDE; }
a { background-color: rgb(187,223,222); }
div.DivClassName
{
background-color: #BBDFDE;
}
.BgClassName
{
background-color: #BBDFDE;
}
</style>
border-color css
<style>
span { border-color: #BBDFDE; }
span { border-color: rgb(187,223,222); }
td.TdClassName
{
border-color: #BBDFDE;
}
.TagClassName
{
border-color: #BBDFDE;
}
</style>