Shades of Spindle #BBC5D3
Tints of Spindle #BBC5D3
RGB
CMYK
RGB Variations
Color information
#BBC5D3 (or 0xBBC5D3) is known color: Spindle. HEX triplet: BB, C5 and D3. RGB value is (187,197,211). Sum of RGB (Red+Green+Blue) = 187+197+211=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D3 is #443A2C. Grayscale: #C3C3C3. Windows color (decimal): -4471341 or 13878715. OLE color: 13878715.
HSL color Cylindrical-coordinate representation of color #BBC5D3: hue angle of 215º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC5D3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 197 | 211 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.17 |
| HSL | 215º | 0.21% | 0.78% | - |
| HSV(B) | 215º | 0.11% | 0.83% | - |
| XYZ | 52.22 | 55.2 | 69.53 | - |
| YUV | 195.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 211 | 0.11 | 0.07 | 0 | 0.17 | 215 | 0.21 | 0.78 |
| Hex | BB | C5 | D3 | B | 7 | 0 | 11 | D7 | 15 | 4E |
| Octal | 273 | 305 | 323 | 13 | 7 | 0 | 21 | 327 | 25 | 116 |
| Binary | 10111011 | 11000101 | 11010011 | 1011 | 111 | 0 | 10001 | 11010111 | 10101 | 1001110 |
Color Harmonies of #BBC5D3
Complementary color
Monochromatic Colors of #BBC5D3
Black with #BBC5D3
Text Example
Text Example
White with #BBC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D3; }
p { color: rgb(187,197,211); }
H1.HeaderClassName
{
color: #BBC5D3;
}
.AnyTagClassName
{
color: #BBC5D3;
}
</style>
background-color css
<style>
a { background-color: #BBC5D3; }
a { background-color: rgb(187,197,211); }
div.DivClassName
{
background-color: #BBC5D3;
}
.BgClassName
{
background-color: #BBC5D3;
}
</style>
border-color css
<style>
span { border-color: #BBC5D3; }
span { border-color: rgb(187,197,211); }
td.TdClassName
{
border-color: #BBC5D3;
}
.TagClassName
{
border-color: #BBC5D3;
}
</style>