Shades of Powder Blue #BBDFE1
Tints of Powder Blue #BBDFE1
RGB
CMYK
RGB Variations
Color information
#BBDFE1 (or 0xBBDFE1) is known color: Powder Blue. HEX triplet: BB, DF and E1. RGB value is (187,223,225). Sum of RGB (Red+Green+Blue) = 187+223+225=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFE1 is #44201E. Grayscale: #D4D4D4. Windows color (decimal): -4464671 or 14802875. OLE color: 14802875.
HSL color Cylindrical-coordinate representation of color #BBDFE1: hue angle of 183.16º 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 #BBDFE1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 223 | 225 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 183.16º | 0.39% | 0.81% | - |
| HSV(B) | 183.16º | 0.17% | 0.88% | - |
| XYZ | 60.47 | 68.78 | 81.32 | - |
| YUV | 212.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 225 | 0.17 | 0.01 | 0 | 0.12 | 183.16 | 0.39 | 0.81 |
| Hex | BB | DF | E1 | 11 | 1 | 0 | C | B7 | 27 | 51 |
| Octal | 273 | 337 | 341 | 21 | 1 | 0 | 14 | 267 | 47 | 121 |
| Binary | 10111011 | 11011111 | 11100001 | 10001 | 1 | 0 | 1100 | 10110111 | 100111 | 1010001 |
Color Harmonies of #BBDFE1
Complementary color
Monochromatic Colors of #BBDFE1
Black with #BBDFE1
Text Example
Text Example
White with #BBDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFE1; }
p { color: rgb(187,223,225); }
H1.HeaderClassName
{
color: #BBDFE1;
}
.AnyTagClassName
{
color: #BBDFE1;
}
</style>
background-color css
<style>
a { background-color: #BBDFE1; }
a { background-color: rgb(187,223,225); }
div.DivClassName
{
background-color: #BBDFE1;
}
.BgClassName
{
background-color: #BBDFE1;
}
</style>
border-color css
<style>
span { border-color: #BBDFE1; }
span { border-color: rgb(187,223,225); }
td.TdClassName
{
border-color: #BBDFE1;
}
.TagClassName
{
border-color: #BBDFE1;
}
</style>