Shades of Powder Blue #BBDADD
Tints of Powder Blue #BBDADD
RGB
CMYK
RGB Variations
Color information
#BBDADD (or 0xBBDADD) is known color: Powder Blue. HEX triplet: BB, DA and DD. RGB value is (187,218,221). Sum of RGB (Red+Green+Blue) = 187+218+221=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADD is #442522. Grayscale: #D1D1D1. Windows color (decimal): -4465955 or 14539451. OLE color: 14539451.
HSL color Cylindrical-coordinate representation of color #BBDADD: hue angle of 185.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDADD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 218 | 221 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.13 |
| HSL | 185.29º | 0.33% | 0.8% | - |
| HSV(B) | 185.29º | 0.15% | 0.87% | - |
| XYZ | 58.62 | 65.93 | 78.04 | - |
| YUV | 209.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 221 | 0.15 | 0.01 | 0 | 0.13 | 185.29 | 0.33 | 0.8 |
| Hex | BB | DA | DD | F | 1 | 0 | D | B9 | 21 | 50 |
| Octal | 273 | 332 | 335 | 17 | 1 | 0 | 15 | 271 | 41 | 120 |
| Binary | 10111011 | 11011010 | 11011101 | 1111 | 1 | 0 | 1101 | 10111001 | 100001 | 1010000 |
Color Harmonies of #BBDADD
Complementary color
Monochromatic Colors of #BBDADD
Black with #BBDADD
Text Example
Text Example
White with #BBDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDADD; }
p { color: rgb(187,218,221); }
H1.HeaderClassName
{
color: #BBDADD;
}
.AnyTagClassName
{
color: #BBDADD;
}
</style>
background-color css
<style>
a { background-color: #BBDADD; }
a { background-color: rgb(187,218,221); }
div.DivClassName
{
background-color: #BBDADD;
}
.BgClassName
{
background-color: #BBDADD;
}
</style>
border-color css
<style>
span { border-color: #BBDADD; }
span { border-color: rgb(187,218,221); }
td.TdClassName
{
border-color: #BBDADD;
}
.TagClassName
{
border-color: #BBDADD;
}
</style>