Shades of Spindle #BBC1D0
Tints of Spindle #BBC1D0
RGB
CMYK
RGB Variations
Color information
#BBC1D0 (or 0xBBC1D0) is known color: Spindle. HEX triplet: BB, C1 and D0. RGB value is (187,193,208). Sum of RGB (Red+Green+Blue) = 187+193+208=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D0 is #443E2F. Grayscale: #C0C0C0. Windows color (decimal): -4472368 or 13681083. OLE color: 13681083.
HSL color Cylindrical-coordinate representation of color #BBC1D0: hue angle of 222.86º 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 #BBC1D0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 193 | 208 | - |
CMYK | 0.10 | 0.07 | 0 | 0.18 |
HSL | 222.86º | 0.18% | 0.77% | - |
HSV(B) | 222.86º | 0.1% | 0.82% | - |
XYZ | 50.95 | 53.26 | 67.27 | - |
YUV | 192.92 | 136.51 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 208 | 0.10 | 0.07 | 0 | 0.18 | 222.86 | 0.18 | 0.77 |
Hex | BB | C1 | D0 | A | 7 | 0 | 12 | DF | 12 | 4D |
Octal | 273 | 301 | 320 | 12 | 7 | 0 | 22 | 337 | 22 | 115 |
Binary | 10111011 | 11000001 | 11010000 | 1010 | 111 | 0 | 10010 | 11011111 | 10010 | 1001101 |
Color Harmonies of #BBC1D0
Complementary color
Monochromatic Colors of #BBC1D0
Black with #BBC1D0
Text Example
Text Example
White with #BBC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1D0; }
p { color: rgb(187,193,208); }
H1.HeaderClassName
{
color: #BBC1D0;
}
.AnyTagClassName
{
color: #BBC1D0;
}
</style>
background-color css
<style>
a { background-color: #BBC1D0; }
a { background-color: rgb(187,193,208); }
div.DivClassName
{
background-color: #BBC1D0;
}
.BgClassName
{
background-color: #BBC1D0;
}
</style>
border-color css
<style>
span { border-color: #BBC1D0; }
span { border-color: rgb(187,193,208); }
td.TdClassName
{
border-color: #BBC1D0;
}
.TagClassName
{
border-color: #BBC1D0;
}
</style>