Shades of Powder Blue #BBDCDE
Tints of Powder Blue #BBDCDE
RGB
CMYK
RGB Variations
Color information
#BBDCDE (or 0xBBDCDE) is known color: Powder Blue. HEX triplet: BB, DC and DE. RGB value is (187,220,222). Sum of RGB (Red+Green+Blue) = 187+220+222=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDE is #442321. Grayscale: #D2D2D2. Windows color (decimal): -4465442 or 14605499. OLE color: 14605499.
HSL color Cylindrical-coordinate representation of color #BBDCDE: hue angle of 183.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDCDE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 220 | 222 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.13 |
| HSL | 183.43º | 0.35% | 0.8% | - |
| HSV(B) | 183.43º | 0.16% | 0.87% | - |
| XYZ | 59.27 | 67.03 | 78.92 | - |
| YUV | 210.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 222 | 0.16 | 0.01 | 0 | 0.13 | 183.43 | 0.35 | 0.8 |
| Hex | BB | DC | DE | 10 | 1 | 0 | D | B7 | 23 | 50 |
| Octal | 273 | 334 | 336 | 20 | 1 | 0 | 15 | 267 | 43 | 120 |
| Binary | 10111011 | 11011100 | 11011110 | 10000 | 1 | 0 | 1101 | 10110111 | 100011 | 1010000 |
Color Harmonies of #BBDCDE
Complementary color
Monochromatic Colors of #BBDCDE
Black with #BBDCDE
Text Example
Text Example
White with #BBDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCDE; }
p { color: rgb(187,220,222); }
H1.HeaderClassName
{
color: #BBDCDE;
}
.AnyTagClassName
{
color: #BBDCDE;
}
</style>
background-color css
<style>
a { background-color: #BBDCDE; }
a { background-color: rgb(187,220,222); }
div.DivClassName
{
background-color: #BBDCDE;
}
.BgClassName
{
background-color: #BBDCDE;
}
</style>
border-color css
<style>
span { border-color: #BBDCDE; }
span { border-color: rgb(187,220,222); }
td.TdClassName
{
border-color: #BBDCDE;
}
.TagClassName
{
border-color: #BBDCDE;
}
</style>