Shades of Spindle #BBD0DE
Tints of Spindle #BBD0DE
RGB
CMYK
RGB Variations
Color information
#BBD0DE (or 0xBBD0DE) is known color: Spindle. HEX triplet: BB, D0 and DE. RGB value is (187,208,222). Sum of RGB (Red+Green+Blue) = 187+208+222=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0DE is #442F21. Grayscale: #CBCBCB. Windows color (decimal): -4468514 or 14602427. OLE color: 14602427.
HSL color Cylindrical-coordinate representation of color #BBD0DE: hue angle of 204º 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 #BBD0DE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 208 | 222 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.13 |
| HSL | 204º | 0.35% | 0.8% | - |
| HSV(B) | 204º | 0.16% | 0.87% | - |
| XYZ | 56.23 | 60.95 | 77.91 | - |
| YUV | 203.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 222 | 0.16 | 0.06 | 0 | 0.13 | 204 | 0.35 | 0.8 |
| Hex | BB | D0 | DE | 10 | 6 | 0 | D | CC | 23 | 50 |
| Octal | 273 | 320 | 336 | 20 | 6 | 0 | 15 | 314 | 43 | 120 |
| Binary | 10111011 | 11010000 | 11011110 | 10000 | 110 | 0 | 1101 | 11001100 | 100011 | 1010000 |
Color Harmonies of #BBD0DE
Complementary color
Monochromatic Colors of #BBD0DE
Black with #BBD0DE
Text Example
Text Example
White with #BBD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0DE; }
p { color: rgb(187,208,222); }
H1.HeaderClassName
{
color: #BBD0DE;
}
.AnyTagClassName
{
color: #BBD0DE;
}
</style>
background-color css
<style>
a { background-color: #BBD0DE; }
a { background-color: rgb(187,208,222); }
div.DivClassName
{
background-color: #BBD0DE;
}
.BgClassName
{
background-color: #BBD0DE;
}
</style>
border-color css
<style>
span { border-color: #BBD0DE; }
span { border-color: rgb(187,208,222); }
td.TdClassName
{
border-color: #BBD0DE;
}
.TagClassName
{
border-color: #BBD0DE;
}
</style>