Shades of Powder Blue #BBDFE5
Tints of Powder Blue #BBDFE5
RGB
CMYK
RGB Variations
Color information
#BBDFE5 (or 0xBBDFE5) is known color: Powder Blue. HEX triplet: BB, DF and E5. RGB value is (187,223,229). Sum of RGB (Red+Green+Blue) = 187+223+229=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFE5 is #44201A. Grayscale: #D4D4D4. Windows color (decimal): -4464667 or 15065019. OLE color: 15065019.
HSL color Cylindrical-coordinate representation of color #BBDFE5: hue angle of 188.57º 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 #BBDFE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 223 | 229 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.10 |
| HSL | 188.57º | 0.45% | 0.82% | - |
| HSV(B) | 188.57º | 0.18% | 0.9% | - |
| XYZ | 61.02 | 69 | 84.23 | - |
| YUV | 212.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 229 | 0.18 | 0.03 | 0 | 0.10 | 188.57 | 0.45 | 0.82 |
| Hex | BB | DF | E5 | 12 | 3 | 0 | A | BD | 2D | 52 |
| Octal | 273 | 337 | 345 | 22 | 3 | 0 | 12 | 275 | 55 | 122 |
| Binary | 10111011 | 11011111 | 11100101 | 10010 | 11 | 0 | 1010 | 10111101 | 101101 | 1010010 |
Color Harmonies of #BBDFE5
Complementary color
Monochromatic Colors of #BBDFE5
Black with #BBDFE5
Text Example
Text Example
White with #BBDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFE5; }
p { color: rgb(187,223,229); }
H1.HeaderClassName
{
color: #BBDFE5;
}
.AnyTagClassName
{
color: #BBDFE5;
}
</style>
background-color css
<style>
a { background-color: #BBDFE5; }
a { background-color: rgb(187,223,229); }
div.DivClassName
{
background-color: #BBDFE5;
}
.BgClassName
{
background-color: #BBDFE5;
}
</style>
border-color css
<style>
span { border-color: #BBDFE5; }
span { border-color: rgb(187,223,229); }
td.TdClassName
{
border-color: #BBDFE5;
}
.TagClassName
{
border-color: #BBDFE5;
}
</style>