Shades of Spindle #BBCDD9
Tints of Spindle #BBCDD9
RGB
CMYK
RGB Variations
Color information
#BBCDD9 (or 0xBBCDD9) is known color: Spindle. HEX triplet: BB, CD and D9. RGB value is (187,205,217). Sum of RGB (Red+Green+Blue) = 187+205+217=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD9 is #443226. Grayscale: #C8C8C8. Windows color (decimal): -4469287 or 14273979. OLE color: 14273979.
HSL color Cylindrical-coordinate representation of color #BBCDD9: hue angle of 204º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCDD9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 205 | 217 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 204º | 0.28% | 0.79% | - |
| HSV(B) | 204º | 0.14% | 0.85% | - |
| XYZ | 54.85 | 59.24 | 74.19 | - |
| YUV | 200.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 217 | 0.14 | 0.06 | 0 | 0.15 | 204 | 0.28 | 0.79 |
| Hex | BB | CD | D9 | E | 6 | 0 | F | CC | 1C | 4F |
| Octal | 273 | 315 | 331 | 16 | 6 | 0 | 17 | 314 | 34 | 117 |
| Binary | 10111011 | 11001101 | 11011001 | 1110 | 110 | 0 | 1111 | 11001100 | 11100 | 1001111 |
Color Harmonies of #BBCDD9
Complementary color
Monochromatic Colors of #BBCDD9
Black with #BBCDD9
Text Example
Text Example
White with #BBCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD9; }
p { color: rgb(187,205,217); }
H1.HeaderClassName
{
color: #BBCDD9;
}
.AnyTagClassName
{
color: #BBCDD9;
}
</style>
background-color css
<style>
a { background-color: #BBCDD9; }
a { background-color: rgb(187,205,217); }
div.DivClassName
{
background-color: #BBCDD9;
}
.BgClassName
{
background-color: #BBCDD9;
}
</style>
border-color css
<style>
span { border-color: #BBCDD9; }
span { border-color: rgb(187,205,217); }
td.TdClassName
{
border-color: #BBCDD9;
}
.TagClassName
{
border-color: #BBCDD9;
}
</style>