Shades of Powder Blue #BBDBE2
Tints of Powder Blue #BBDBE2
RGB
CMYK
RGB Variations
Color information
#BBDBE2 (or 0xBBDBE2) is known color: Powder Blue. HEX triplet: BB, DB and E2. RGB value is (187,219,226). Sum of RGB (Red+Green+Blue) = 187+219+226=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE2 is #44241D. Grayscale: #D2D2D2. Windows color (decimal): -4465694 or 14867387. OLE color: 14867387.
HSL color Cylindrical-coordinate representation of color #BBDBE2: hue angle of 190.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDBE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 219 | 226 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.11 |
| HSL | 190.77º | 0.4% | 0.81% | - |
| HSV(B) | 190.77º | 0.17% | 0.89% | - |
| XYZ | 59.55 | 66.72 | 81.69 | - |
| YUV | 210.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 226 | 0.17 | 0.03 | 0 | 0.11 | 190.77 | 0.4 | 0.81 |
| Hex | BB | DB | E2 | 11 | 3 | 0 | B | BF | 28 | 51 |
| Octal | 273 | 333 | 342 | 21 | 3 | 0 | 13 | 277 | 50 | 121 |
| Binary | 10111011 | 11011011 | 11100010 | 10001 | 11 | 0 | 1011 | 10111111 | 101000 | 1010001 |
Color Harmonies of #BBDBE2
Complementary color
Monochromatic Colors of #BBDBE2
Black with #BBDBE2
Text Example
Text Example
White with #BBDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBE2; }
p { color: rgb(187,219,226); }
H1.HeaderClassName
{
color: #BBDBE2;
}
.AnyTagClassName
{
color: #BBDBE2;
}
</style>
background-color css
<style>
a { background-color: #BBDBE2; }
a { background-color: rgb(187,219,226); }
div.DivClassName
{
background-color: #BBDBE2;
}
.BgClassName
{
background-color: #BBDBE2;
}
</style>
border-color css
<style>
span { border-color: #BBDBE2; }
span { border-color: rgb(187,219,226); }
td.TdClassName
{
border-color: #BBDBE2;
}
.TagClassName
{
border-color: #BBDBE2;
}
</style>