Shades of Spindle #BBC9DA
Tints of Spindle #BBC9DA
RGB
CMYK
RGB Variations
Color information
#BBC9DA (or 0xBBC9DA) is known color: Spindle. HEX triplet: BB, C9 and DA. RGB value is (187,201,218). Sum of RGB (Red+Green+Blue) = 187+201+218=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DA is #443625. Grayscale: #C6C6C6. Windows color (decimal): -4470310 or 14338491. OLE color: 14338491.
HSL color Cylindrical-coordinate representation of color #BBC9DA: hue angle of 212.9º degrees, saturation: 0.3, 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 #BBC9DA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 201 | 218 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.15 |
| HSL | 212.9º | 0.3% | 0.79% | - |
| HSV(B) | 212.9º | 0.14% | 0.85% | - |
| XYZ | 54.04 | 57.4 | 74.56 | - |
| YUV | 198.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 218 | 0.14 | 0.08 | 0 | 0.15 | 212.9 | 0.3 | 0.79 |
| Hex | BB | C9 | DA | E | 8 | 0 | F | D5 | 1E | 4F |
| Octal | 273 | 311 | 332 | 16 | 10 | 0 | 17 | 325 | 36 | 117 |
| Binary | 10111011 | 11001001 | 11011010 | 1110 | 1000 | 0 | 1111 | 11010101 | 11110 | 1001111 |
Color Harmonies of #BBC9DA
Complementary color
Monochromatic Colors of #BBC9DA
Black with #BBC9DA
Text Example
Text Example
White with #BBC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9DA; }
p { color: rgb(187,201,218); }
H1.HeaderClassName
{
color: #BBC9DA;
}
.AnyTagClassName
{
color: #BBC9DA;
}
</style>
background-color css
<style>
a { background-color: #BBC9DA; }
a { background-color: rgb(187,201,218); }
div.DivClassName
{
background-color: #BBC9DA;
}
.BgClassName
{
background-color: #BBC9DA;
}
</style>
border-color css
<style>
span { border-color: #BBC9DA; }
span { border-color: rgb(187,201,218); }
td.TdClassName
{
border-color: #BBC9DA;
}
.TagClassName
{
border-color: #BBC9DA;
}
</style>