Shades of Powder Blue #BBDEE5
Tints of Powder Blue #BBDEE5
RGB
CMYK
RGB Variations
Color information
#BBDEE5 (or 0xBBDEE5) is known color: Powder Blue. HEX triplet: BB, DE and E5. RGB value is (187,222,229). Sum of RGB (Red+Green+Blue) = 187+222+229=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEE5 is #44211A. Grayscale: #D4D4D4. Windows color (decimal): -4464923 or 15064763. OLE color: 15064763.
HSL color Cylindrical-coordinate representation of color #BBDEE5: hue angle of 190º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDEE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 222 | 229 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.10 |
| HSL | 190º | 0.45% | 0.82% | - |
| HSV(B) | 190º | 0.18% | 0.9% | - |
| XYZ | 60.76 | 68.46 | 84.14 | - |
| YUV | 212.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 229 | 0.18 | 0.03 | 0 | 0.10 | 190 | 0.45 | 0.82 |
| Hex | BB | DE | E5 | 12 | 3 | 0 | A | BE | 2D | 52 |
| Octal | 273 | 336 | 345 | 22 | 3 | 0 | 12 | 276 | 55 | 122 |
| Binary | 10111011 | 11011110 | 11100101 | 10010 | 11 | 0 | 1010 | 10111110 | 101101 | 1010010 |
Color Harmonies of #BBDEE5
Complementary color
Monochromatic Colors of #BBDEE5
Black with #BBDEE5
Text Example
Text Example
White with #BBDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEE5; }
p { color: rgb(187,222,229); }
H1.HeaderClassName
{
color: #BBDEE5;
}
.AnyTagClassName
{
color: #BBDEE5;
}
</style>
background-color css
<style>
a { background-color: #BBDEE5; }
a { background-color: rgb(187,222,229); }
div.DivClassName
{
background-color: #BBDEE5;
}
.BgClassName
{
background-color: #BBDEE5;
}
</style>
border-color css
<style>
span { border-color: #BBDEE5; }
span { border-color: rgb(187,222,229); }
td.TdClassName
{
border-color: #BBDEE5;
}
.TagClassName
{
border-color: #BBDEE5;
}
</style>