Shades of Powder Blue #BBDADE
Tints of Powder Blue #BBDADE
RGB
CMYK
RGB Variations
Color information
#BBDADE (or 0xBBDADE) is known color: Powder Blue. HEX triplet: BB, DA and DE. RGB value is (187,218,222). Sum of RGB (Red+Green+Blue) = 187+218+222=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADE is #442521. Grayscale: #D1D1D1. Windows color (decimal): -4465954 or 14604987. OLE color: 14604987.
HSL color Cylindrical-coordinate representation of color #BBDADE: hue angle of 186.86º 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 #BBDADE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 218 | 222 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.13 |
| HSL | 186.86º | 0.35% | 0.8% | - |
| HSV(B) | 186.86º | 0.16% | 0.87% | - |
| XYZ | 58.75 | 65.98 | 78.75 | - |
| YUV | 209.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 222 | 0.16 | 0.02 | 0 | 0.13 | 186.86 | 0.35 | 0.8 |
| Hex | BB | DA | DE | 10 | 2 | 0 | D | BB | 23 | 50 |
| Octal | 273 | 332 | 336 | 20 | 2 | 0 | 15 | 273 | 43 | 120 |
| Binary | 10111011 | 11011010 | 11011110 | 10000 | 10 | 0 | 1101 | 10111011 | 100011 | 1010000 |
Color Harmonies of #BBDADE
Complementary color
Monochromatic Colors of #BBDADE
Black with #BBDADE
Text Example
Text Example
White with #BBDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDADE; }
p { color: rgb(187,218,222); }
H1.HeaderClassName
{
color: #BBDADE;
}
.AnyTagClassName
{
color: #BBDADE;
}
</style>
background-color css
<style>
a { background-color: #BBDADE; }
a { background-color: rgb(187,218,222); }
div.DivClassName
{
background-color: #BBDADE;
}
.BgClassName
{
background-color: #BBDADE;
}
</style>
border-color css
<style>
span { border-color: #BBDADE; }
span { border-color: rgb(187,218,222); }
td.TdClassName
{
border-color: #BBDADE;
}
.TagClassName
{
border-color: #BBDADE;
}
</style>