Shades of Powder Blue #BBDEE1
Tints of Powder Blue #BBDEE1
RGB
CMYK
RGB Variations
Color information
#BBDEE1 (or 0xBBDEE1) is known color: Powder Blue. HEX triplet: BB, DE and E1. RGB value is (187,222,225). Sum of RGB (Red+Green+Blue) = 187+222+225=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEE1 is #44211E. Grayscale: #D3D3D3. Windows color (decimal): -4464927 or 14802619. OLE color: 14802619.
HSL color Cylindrical-coordinate representation of color #BBDEE1: hue angle of 184.74º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDEE1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 222 | 225 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 184.74º | 0.39% | 0.81% | - |
| HSV(B) | 184.74º | 0.17% | 0.88% | - |
| XYZ | 60.21 | 68.24 | 81.23 | - |
| YUV | 211.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 225 | 0.17 | 0.01 | 0 | 0.12 | 184.74 | 0.39 | 0.81 |
| Hex | BB | DE | E1 | 11 | 1 | 0 | C | B9 | 27 | 51 |
| Octal | 273 | 336 | 341 | 21 | 1 | 0 | 14 | 271 | 47 | 121 |
| Binary | 10111011 | 11011110 | 11100001 | 10001 | 1 | 0 | 1100 | 10111001 | 100111 | 1010001 |
Color Harmonies of #BBDEE1
Complementary color
Monochromatic Colors of #BBDEE1
Black with #BBDEE1
Text Example
Text Example
White with #BBDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEE1; }
p { color: rgb(187,222,225); }
H1.HeaderClassName
{
color: #BBDEE1;
}
.AnyTagClassName
{
color: #BBDEE1;
}
</style>
background-color css
<style>
a { background-color: #BBDEE1; }
a { background-color: rgb(187,222,225); }
div.DivClassName
{
background-color: #BBDEE1;
}
.BgClassName
{
background-color: #BBDEE1;
}
</style>
border-color css
<style>
span { border-color: #BBDEE1; }
span { border-color: rgb(187,222,225); }
td.TdClassName
{
border-color: #BBDEE1;
}
.TagClassName
{
border-color: #BBDEE1;
}
</style>