Shades of Powder Blue #BBDFE2
Tints of Powder Blue #BBDFE2
RGB
CMYK
RGB Variations
Color information
#BBDFE2 (or 0xBBDFE2) is known color: Powder Blue. HEX triplet: BB, DF and E2. RGB value is (187,223,226). Sum of RGB (Red+Green+Blue) = 187+223+226=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFE2 is #44201D. Grayscale: #D4D4D4. Windows color (decimal): -4464670 or 14868411. OLE color: 14868411.
HSL color Cylindrical-coordinate representation of color #BBDFE2: hue angle of 184.62º 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 #BBDFE2 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 223 | 226 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 184.62º | 0.4% | 0.81% | - |
| HSV(B) | 184.62º | 0.17% | 0.89% | - |
| XYZ | 60.61 | 68.83 | 82.04 | - |
| YUV | 212.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 226 | 0.17 | 0.01 | 0 | 0.11 | 184.62 | 0.4 | 0.81 |
| Hex | BB | DF | E2 | 11 | 1 | 0 | B | B9 | 28 | 51 |
| Octal | 273 | 337 | 342 | 21 | 1 | 0 | 13 | 271 | 50 | 121 |
| Binary | 10111011 | 11011111 | 11100010 | 10001 | 1 | 0 | 1011 | 10111001 | 101000 | 1010001 |
Color Harmonies of #BBDFE2
Complementary color
Monochromatic Colors of #BBDFE2
Black with #BBDFE2
Text Example
Text Example
White with #BBDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFE2; }
p { color: rgb(187,223,226); }
H1.HeaderClassName
{
color: #BBDFE2;
}
.AnyTagClassName
{
color: #BBDFE2;
}
</style>
background-color css
<style>
a { background-color: #BBDFE2; }
a { background-color: rgb(187,223,226); }
div.DivClassName
{
background-color: #BBDFE2;
}
.BgClassName
{
background-color: #BBDFE2;
}
</style>
border-color css
<style>
span { border-color: #BBDFE2; }
span { border-color: rgb(187,223,226); }
td.TdClassName
{
border-color: #BBDFE2;
}
.TagClassName
{
border-color: #BBDFE2;
}
</style>