Shades of Powder Blue #BBDCE1
Tints of Powder Blue #BBDCE1
RGB
CMYK
RGB Variations
Color information
#BBDCE1 (or 0xBBDCE1) is known color: Powder Blue. HEX triplet: BB, DC and E1. RGB value is (187,220,225). Sum of RGB (Red+Green+Blue) = 187+220+225=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE1 is #44231E. Grayscale: #D2D2D2. Windows color (decimal): -4465439 or 14802107. OLE color: 14802107.
HSL color Cylindrical-coordinate representation of color #BBDCE1: hue angle of 187.89º 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 #BBDCE1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 220 | 225 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.12 |
| HSL | 187.89º | 0.39% | 0.81% | - |
| HSV(B) | 187.89º | 0.17% | 0.88% | - |
| XYZ | 59.68 | 67.19 | 81.06 | - |
| YUV | 210.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 225 | 0.17 | 0.02 | 0 | 0.12 | 187.89 | 0.39 | 0.81 |
| Hex | BB | DC | E1 | 11 | 2 | 0 | C | BC | 27 | 51 |
| Octal | 273 | 334 | 341 | 21 | 2 | 0 | 14 | 274 | 47 | 121 |
| Binary | 10111011 | 11011100 | 11100001 | 10001 | 10 | 0 | 1100 | 10111100 | 100111 | 1010001 |
Color Harmonies of #BBDCE1
Complementary color
Monochromatic Colors of #BBDCE1
Black with #BBDCE1
Text Example
Text Example
White with #BBDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCE1; }
p { color: rgb(187,220,225); }
H1.HeaderClassName
{
color: #BBDCE1;
}
.AnyTagClassName
{
color: #BBDCE1;
}
</style>
background-color css
<style>
a { background-color: #BBDCE1; }
a { background-color: rgb(187,220,225); }
div.DivClassName
{
background-color: #BBDCE1;
}
.BgClassName
{
background-color: #BBDCE1;
}
</style>
border-color css
<style>
span { border-color: #BBDCE1; }
span { border-color: rgb(187,220,225); }
td.TdClassName
{
border-color: #BBDCE1;
}
.TagClassName
{
border-color: #BBDCE1;
}
</style>