Shades of Powder Blue #BBDFDD
Tints of Powder Blue #BBDFDD
RGB
CMYK
RGB Variations
Color information
#BBDFDD (or 0xBBDFDD) is known color: Powder Blue. HEX triplet: BB, DF and DD. RGB value is (187,223,221). Sum of RGB (Red+Green+Blue) = 187+223+221=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDD is #442022. Grayscale: #D3D3D3. Windows color (decimal): -4464675 or 14540731. OLE color: 14540731.
HSL color Cylindrical-coordinate representation of color #BBDFDD: hue angle of 176.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 #BBDFDD is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 221 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.13 |
| HSL | 176.67º | 0.36% | 0.8% | - |
| HSV(B) | 176.67º | 0.16% | 0.87% | - |
| XYZ | 59.93 | 68.56 | 78.48 | - |
| YUV | 212.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 221 | 0.16 | 0 | 0.01 | 0.13 | 176.67 | 0.36 | 0.8 |
| Hex | BB | DF | DD | 10 | 0 | 1 | D | B1 | 24 | 50 |
| Octal | 273 | 337 | 335 | 20 | 0 | 1 | 15 | 261 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11011101 | 10000 | 0 | 1 | 1101 | 10110001 | 100100 | 1010000 |
Color Harmonies of #BBDFDD
Complementary color
Monochromatic Colors of #BBDFDD
Black with #BBDFDD
Text Example
Text Example
White with #BBDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFDD; }
p { color: rgb(187,223,221); }
H1.HeaderClassName
{
color: #BBDFDD;
}
.AnyTagClassName
{
color: #BBDFDD;
}
</style>
background-color css
<style>
a { background-color: #BBDFDD; }
a { background-color: rgb(187,223,221); }
div.DivClassName
{
background-color: #BBDFDD;
}
.BgClassName
{
background-color: #BBDFDD;
}
</style>
border-color css
<style>
span { border-color: #BBDFDD; }
span { border-color: rgb(187,223,221); }
td.TdClassName
{
border-color: #BBDFDD;
}
.TagClassName
{
border-color: #BBDFDD;
}
</style>