Shades of Spindle #BBC5DA
Tints of Spindle #BBC5DA
RGB
CMYK
RGB Variations
Color information
#BBC5DA (or 0xBBC5DA) is known color: Spindle. HEX triplet: BB, C5 and DA. RGB value is (187,197,218). Sum of RGB (Red+Green+Blue) = 187+197+218=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5DA is #443A25. Grayscale: #C4C4C4. Windows color (decimal): -4471334 or 14337467. OLE color: 14337467.
HSL color Cylindrical-coordinate representation of color #BBC5DA: hue angle of 220.65º 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 #BBC5DA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 197 | 218 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.15 |
| HSL | 220.65º | 0.3% | 0.79% | - |
| HSV(B) | 220.65º | 0.14% | 0.85% | - |
| XYZ | 53.11 | 55.56 | 74.25 | - |
| YUV | 196.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 218 | 0.14 | 0.10 | 0 | 0.15 | 220.65 | 0.3 | 0.79 |
| Hex | BB | C5 | DA | E | A | 0 | F | DD | 1E | 4F |
| Octal | 273 | 305 | 332 | 16 | 12 | 0 | 17 | 335 | 36 | 117 |
| Binary | 10111011 | 11000101 | 11011010 | 1110 | 1010 | 0 | 1111 | 11011101 | 11110 | 1001111 |
Color Harmonies of #BBC5DA
Complementary color
Monochromatic Colors of #BBC5DA
Black with #BBC5DA
Text Example
Text Example
White with #BBC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5DA; }
p { color: rgb(187,197,218); }
H1.HeaderClassName
{
color: #BBC5DA;
}
.AnyTagClassName
{
color: #BBC5DA;
}
</style>
background-color css
<style>
a { background-color: #BBC5DA; }
a { background-color: rgb(187,197,218); }
div.DivClassName
{
background-color: #BBC5DA;
}
.BgClassName
{
background-color: #BBC5DA;
}
</style>
border-color css
<style>
span { border-color: #BBC5DA; }
span { border-color: rgb(187,197,218); }
td.TdClassName
{
border-color: #BBC5DA;
}
.TagClassName
{
border-color: #BBC5DA;
}
</style>