Shades of Powder Blue #BBD4D8
Tints of Powder Blue #BBD4D8
RGB
CMYK
RGB Variations
Color information
#BBD4D8 (or 0xBBD4D8) is known color: Powder Blue. HEX triplet: BB, D4 and D8. RGB value is (187,212,216). Sum of RGB (Red+Green+Blue) = 187+212+216=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4D8 is #442B27. Grayscale: #CCCCCC. Windows color (decimal): -4467496 or 14210235. OLE color: 14210235.
HSL color Cylindrical-coordinate representation of color #BBD4D8: hue angle of 188.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD4D8 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 212 | 216 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.15 |
| HSL | 188.28º | 0.27% | 0.79% | - |
| HSV(B) | 188.28º | 0.13% | 0.85% | - |
| XYZ | 56.43 | 62.61 | 74.08 | - |
| YUV | 204.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 216 | 0.13 | 0.02 | 0 | 0.15 | 188.28 | 0.27 | 0.79 |
| Hex | BB | D4 | D8 | D | 2 | 0 | F | BC | 1B | 4F |
| Octal | 273 | 324 | 330 | 15 | 2 | 0 | 17 | 274 | 33 | 117 |
| Binary | 10111011 | 11010100 | 11011000 | 1101 | 10 | 0 | 1111 | 10111100 | 11011 | 1001111 |
Color Harmonies of #BBD4D8
Complementary color
Monochromatic Colors of #BBD4D8
Black with #BBD4D8
Text Example
Text Example
White with #BBD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4D8; }
p { color: rgb(187,212,216); }
H1.HeaderClassName
{
color: #BBD4D8;
}
.AnyTagClassName
{
color: #BBD4D8;
}
</style>
background-color css
<style>
a { background-color: #BBD4D8; }
a { background-color: rgb(187,212,216); }
div.DivClassName
{
background-color: #BBD4D8;
}
.BgClassName
{
background-color: #BBD4D8;
}
</style>
border-color css
<style>
span { border-color: #BBD4D8; }
span { border-color: rgb(187,212,216); }
td.TdClassName
{
border-color: #BBD4D8;
}
.TagClassName
{
border-color: #BBD4D8;
}
</style>