Shades of Spindle #BBC8DA
Tints of Spindle #BBC8DA
RGB
CMYK
RGB Variations
Color information
#BBC8DA (or 0xBBC8DA) is known color: Spindle. HEX triplet: BB, C8 and DA. RGB value is (187,200,218). Sum of RGB (Red+Green+Blue) = 187+200+218=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DA is #443725. Grayscale: #C6C6C6. Windows color (decimal): -4470566 or 14338235. OLE color: 14338235.
HSL color Cylindrical-coordinate representation of color #BBC8DA: hue angle of 214.84º 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 #BBC8DA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 200 | 218 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.15 |
| HSL | 214.84º | 0.3% | 0.79% | - |
| HSV(B) | 214.84º | 0.14% | 0.85% | - |
| XYZ | 53.8 | 56.94 | 74.48 | - |
| YUV | 198.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 218 | 0.14 | 0.08 | 0 | 0.15 | 214.84 | 0.3 | 0.79 |
| Hex | BB | C8 | DA | E | 8 | 0 | F | D7 | 1E | 4F |
| Octal | 273 | 310 | 332 | 16 | 10 | 0 | 17 | 327 | 36 | 117 |
| Binary | 10111011 | 11001000 | 11011010 | 1110 | 1000 | 0 | 1111 | 11010111 | 11110 | 1001111 |
Color Harmonies of #BBC8DA
Complementary color
Monochromatic Colors of #BBC8DA
Black with #BBC8DA
Text Example
Text Example
White with #BBC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8DA; }
p { color: rgb(187,200,218); }
H1.HeaderClassName
{
color: #BBC8DA;
}
.AnyTagClassName
{
color: #BBC8DA;
}
</style>
background-color css
<style>
a { background-color: #BBC8DA; }
a { background-color: rgb(187,200,218); }
div.DivClassName
{
background-color: #BBC8DA;
}
.BgClassName
{
background-color: #BBC8DA;
}
</style>
border-color css
<style>
span { border-color: #BBC8DA; }
span { border-color: rgb(187,200,218); }
td.TdClassName
{
border-color: #BBC8DA;
}
.TagClassName
{
border-color: #BBC8DA;
}
</style>