Shades of Powder Blue #BBDEDF
Tints of Powder Blue #BBDEDF
RGB
CMYK
RGB Variations
Color information
#BBDEDF (or 0xBBDEDF) is known color: Powder Blue. HEX triplet: BB, DE and DF. RGB value is (187,222,223). Sum of RGB (Red+Green+Blue) = 187+222+223=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEDF is #442120. Grayscale: #D3D3D3. Windows color (decimal): -4464929 or 14671547. OLE color: 14671547.
HSL color Cylindrical-coordinate representation of color #BBDEDF: hue angle of 181.67º 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 #BBDEDF is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 223 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.13 |
| HSL | 181.67º | 0.36% | 0.8% | - |
| HSV(B) | 181.67º | 0.16% | 0.87% | - |
| XYZ | 59.93 | 68.14 | 79.8 | - |
| YUV | 211.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 223 | 0.16 | 0.00 | 0 | 0.13 | 181.67 | 0.36 | 0.8 |
| Hex | BB | DE | DF | 10 | 0 | 0 | D | B6 | 24 | 50 |
| Octal | 273 | 336 | 337 | 20 | 0 | 0 | 15 | 266 | 44 | 120 |
| Binary | 10111011 | 11011110 | 11011111 | 10000 | 0 | 0 | 1101 | 10110110 | 100100 | 1010000 |
Color Harmonies of #BBDEDF
Complementary color
Monochromatic Colors of #BBDEDF
Black with #BBDEDF
Text Example
Text Example
White with #BBDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEDF; }
p { color: rgb(187,222,223); }
H1.HeaderClassName
{
color: #BBDEDF;
}
.AnyTagClassName
{
color: #BBDEDF;
}
</style>
background-color css
<style>
a { background-color: #BBDEDF; }
a { background-color: rgb(187,222,223); }
div.DivClassName
{
background-color: #BBDEDF;
}
.BgClassName
{
background-color: #BBDEDF;
}
</style>
border-color css
<style>
span { border-color: #BBDEDF; }
span { border-color: rgb(187,222,223); }
td.TdClassName
{
border-color: #BBDEDF;
}
.TagClassName
{
border-color: #BBDEDF;
}
</style>