Shades of Spindle #BBC2D1
Tints of Spindle #BBC2D1
RGB
CMYK
RGB Variations
Color information
#BBC2D1 (or 0xBBC2D1) is known color: Spindle. HEX triplet: BB, C2 and D1. RGB value is (187,194,209). Sum of RGB (Red+Green+Blue) = 187+194+209=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D1 is #443D2E. Grayscale: #C1C1C1. Windows color (decimal): -4472111 or 13746875. OLE color: 13746875.
HSL color Cylindrical-coordinate representation of color #BBC2D1: hue angle of 220.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC2D1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 194 | 209 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 220.91º | 0.19% | 0.78% | - |
| HSV(B) | 220.91º | 0.11% | 0.82% | - |
| XYZ | 51.29 | 53.75 | 67.99 | - |
| YUV | 193.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 209 | 0.11 | 0.07 | 0 | 0.18 | 220.91 | 0.19 | 0.78 |
| Hex | BB | C2 | D1 | B | 7 | 0 | 12 | DD | 13 | 4E |
| Octal | 273 | 302 | 321 | 13 | 7 | 0 | 22 | 335 | 23 | 116 |
| Binary | 10111011 | 11000010 | 11010001 | 1011 | 111 | 0 | 10010 | 11011101 | 10011 | 1001110 |
Color Harmonies of #BBC2D1
Complementary color
Monochromatic Colors of #BBC2D1
Black with #BBC2D1
Text Example
Text Example
White with #BBC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D1; }
p { color: rgb(187,194,209); }
H1.HeaderClassName
{
color: #BBC2D1;
}
.AnyTagClassName
{
color: #BBC2D1;
}
</style>
background-color css
<style>
a { background-color: #BBC2D1; }
a { background-color: rgb(187,194,209); }
div.DivClassName
{
background-color: #BBC2D1;
}
.BgClassName
{
background-color: #BBC2D1;
}
</style>
border-color css
<style>
span { border-color: #BBC2D1; }
span { border-color: rgb(187,194,209); }
td.TdClassName
{
border-color: #BBC2D1;
}
.TagClassName
{
border-color: #BBC2D1;
}
</style>