Shades of Powder Blue #BBDADB
Tints of Powder Blue #BBDADB
RGB
CMYK
RGB Variations
Color information
#BBDADB (or 0xBBDADB) is known color: Powder Blue. HEX triplet: BB, DA and DB. RGB value is (187,218,219). Sum of RGB (Red+Green+Blue) = 187+218+219=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADB is #442524. Grayscale: #D0D0D0. Windows color (decimal): -4465957 or 14408379. OLE color: 14408379.
HSL color Cylindrical-coordinate representation of color #BBDADB: hue angle of 181.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDADB is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 218 | 219 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.14 |
| HSL | 181.88º | 0.31% | 0.8% | - |
| HSV(B) | 181.88º | 0.15% | 0.86% | - |
| XYZ | 58.35 | 65.82 | 76.65 | - |
| YUV | 208.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 219 | 0.15 | 0.00 | 0 | 0.14 | 181.88 | 0.31 | 0.8 |
| Hex | BB | DA | DB | F | 0 | 0 | E | B6 | 1F | 50 |
| Octal | 273 | 332 | 333 | 17 | 0 | 0 | 16 | 266 | 37 | 120 |
| Binary | 10111011 | 11011010 | 11011011 | 1111 | 0 | 0 | 1110 | 10110110 | 11111 | 1010000 |
Color Harmonies of #BBDADB
Complementary color
Monochromatic Colors of #BBDADB
Black with #BBDADB
Text Example
Text Example
White with #BBDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDADB; }
p { color: rgb(187,218,219); }
H1.HeaderClassName
{
color: #BBDADB;
}
.AnyTagClassName
{
color: #BBDADB;
}
</style>
background-color css
<style>
a { background-color: #BBDADB; }
a { background-color: rgb(187,218,219); }
div.DivClassName
{
background-color: #BBDADB;
}
.BgClassName
{
background-color: #BBDADB;
}
</style>
border-color css
<style>
span { border-color: #BBDADB; }
span { border-color: rgb(187,218,219); }
td.TdClassName
{
border-color: #BBDADB;
}
.TagClassName
{
border-color: #BBDADB;
}
</style>