Shades of Powder Blue #BBDCE0
Tints of Powder Blue #BBDCE0
RGB
CMYK
RGB Variations
Color information
#BBDCE0 (or 0xBBDCE0) is known color: Powder Blue. HEX triplet: BB, DC and E0. RGB value is (187,220,224). Sum of RGB (Red+Green+Blue) = 187+220+224=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE0 is #44231F. Grayscale: #D2D2D2. Windows color (decimal): -4465440 or 14736571. OLE color: 14736571.
HSL color Cylindrical-coordinate representation of color #BBDCE0: hue angle of 186.49º degrees, saturation: 0.37, 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 #BBDCE0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 220 | 224 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.12 |
| HSL | 186.49º | 0.37% | 0.81% | - |
| HSV(B) | 186.49º | 0.17% | 0.88% | - |
| XYZ | 59.54 | 67.13 | 80.34 | - |
| YUV | 210.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 224 | 0.17 | 0.02 | 0 | 0.12 | 186.49 | 0.37 | 0.81 |
| Hex | BB | DC | E0 | 11 | 2 | 0 | C | BA | 25 | 51 |
| Octal | 273 | 334 | 340 | 21 | 2 | 0 | 14 | 272 | 45 | 121 |
| Binary | 10111011 | 11011100 | 11100000 | 10001 | 10 | 0 | 1100 | 10111010 | 100101 | 1010001 |
Color Harmonies of #BBDCE0
Complementary color
Monochromatic Colors of #BBDCE0
Black with #BBDCE0
Text Example
Text Example
White with #BBDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCE0; }
p { color: rgb(187,220,224); }
H1.HeaderClassName
{
color: #BBDCE0;
}
.AnyTagClassName
{
color: #BBDCE0;
}
</style>
background-color css
<style>
a { background-color: #BBDCE0; }
a { background-color: rgb(187,220,224); }
div.DivClassName
{
background-color: #BBDCE0;
}
.BgClassName
{
background-color: #BBDCE0;
}
</style>
border-color css
<style>
span { border-color: #BBDCE0; }
span { border-color: rgb(187,220,224); }
td.TdClassName
{
border-color: #BBDCE0;
}
.TagClassName
{
border-color: #BBDCE0;
}
</style>