Shades of Spindle #BBC5D0
Tints of Spindle #BBC5D0
RGB
CMYK
RGB Variations
Color information
#BBC5D0 (or 0xBBC5D0) is known color: Spindle. HEX triplet: BB, C5 and D0. RGB value is (187,197,208). Sum of RGB (Red+Green+Blue) = 187+197+208=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D0 is #443A2F. Grayscale: #C3C3C3. Windows color (decimal): -4471344 or 13682107. OLE color: 13682107.
HSL color Cylindrical-coordinate representation of color #BBC5D0: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC5D0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 197 | 208 | - |
CMYK | 0.10 | 0.05 | 0 | 0.18 |
HSL | 211.43º | 0.18% | 0.77% | - |
HSV(B) | 211.43º | 0.1% | 0.82% | - |
XYZ | 51.84 | 55.05 | 67.57 | - |
YUV | 195.26 | 135.19 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 208 | 0.10 | 0.05 | 0 | 0.18 | 211.43 | 0.18 | 0.77 |
Hex | BB | C5 | D0 | A | 5 | 0 | 12 | D3 | 12 | 4D |
Octal | 273 | 305 | 320 | 12 | 5 | 0 | 22 | 323 | 22 | 115 |
Binary | 10111011 | 11000101 | 11010000 | 1010 | 101 | 0 | 10010 | 11010011 | 10010 | 1001101 |
Color Harmonies of #BBC5D0
Complementary color
Monochromatic Colors of #BBC5D0
Black with #BBC5D0
Text Example
Text Example
White with #BBC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D0; }
p { color: rgb(187,197,208); }
H1.HeaderClassName
{
color: #BBC5D0;
}
.AnyTagClassName
{
color: #BBC5D0;
}
</style>
background-color css
<style>
a { background-color: #BBC5D0; }
a { background-color: rgb(187,197,208); }
div.DivClassName
{
background-color: #BBC5D0;
}
.BgClassName
{
background-color: #BBC5D0;
}
</style>
border-color css
<style>
span { border-color: #BBC5D0; }
span { border-color: rgb(187,197,208); }
td.TdClassName
{
border-color: #BBC5D0;
}
.TagClassName
{
border-color: #BBC5D0;
}
</style>