Shades of Powder Blue #BBDDE4
Tints of Powder Blue #BBDDE4
RGB
CMYK
RGB Variations
Color information
#BBDDE4 (or 0xBBDDE4) is known color: Powder Blue. HEX triplet: BB, DD and E4. RGB value is (187,221,228). Sum of RGB (Red+Green+Blue) = 187+221+228=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE4 is #44221B. Grayscale: #D3D3D3. Windows color (decimal): -4465180 or 14998971. OLE color: 14998971.
HSL color Cylindrical-coordinate representation of color #BBDDE4: hue angle of 190.24º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDDE4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 221 | 228 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 190.24º | 0.43% | 0.81% | - |
| HSV(B) | 190.24º | 0.18% | 0.89% | - |
| XYZ | 60.35 | 67.88 | 83.32 | - |
| YUV | 211.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 228 | 0.18 | 0.03 | 0 | 0.11 | 190.24 | 0.43 | 0.81 |
| Hex | BB | DD | E4 | 12 | 3 | 0 | B | BE | 2B | 51 |
| Octal | 273 | 335 | 344 | 22 | 3 | 0 | 13 | 276 | 53 | 121 |
| Binary | 10111011 | 11011101 | 11100100 | 10010 | 11 | 0 | 1011 | 10111110 | 101011 | 1010001 |
Color Harmonies of #BBDDE4
Complementary color
Monochromatic Colors of #BBDDE4
Black with #BBDDE4
Text Example
Text Example
White with #BBDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDE4; }
p { color: rgb(187,221,228); }
H1.HeaderClassName
{
color: #BBDDE4;
}
.AnyTagClassName
{
color: #BBDDE4;
}
</style>
background-color css
<style>
a { background-color: #BBDDE4; }
a { background-color: rgb(187,221,228); }
div.DivClassName
{
background-color: #BBDDE4;
}
.BgClassName
{
background-color: #BBDDE4;
}
</style>
border-color css
<style>
span { border-color: #BBDDE4; }
span { border-color: rgb(187,221,228); }
td.TdClassName
{
border-color: #BBDDE4;
}
.TagClassName
{
border-color: #BBDDE4;
}
</style>