Shades of Spindle #BBC5D1
Tints of Spindle #BBC5D1
RGB
CMYK
RGB Variations
Color information
#BBC5D1 (or 0xBBC5D1) is known color: Spindle. HEX triplet: BB, C5 and D1. RGB value is (187,197,209). Sum of RGB (Red+Green+Blue) = 187+197+209=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D1 is #443A2E. Grayscale: #C3C3C3. Windows color (decimal): -4471343 or 13747643. OLE color: 13747643.
HSL color Cylindrical-coordinate representation of color #BBC5D1: hue angle of 212.73º 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 #BBC5D1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 197 | 209 | - |
CMYK | 0.11 | 0.06 | 0 | 0.18 |
HSL | 212.73º | 0.19% | 0.78% | - |
HSV(B) | 212.73º | 0.11% | 0.82% | - |
XYZ | 51.97 | 55.1 | 68.22 | - |
YUV | 195.38 | 135.69 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 209 | 0.11 | 0.06 | 0 | 0.18 | 212.73 | 0.19 | 0.78 |
Hex | BB | C5 | D1 | B | 6 | 0 | 12 | D5 | 13 | 4E |
Octal | 273 | 305 | 321 | 13 | 6 | 0 | 22 | 325 | 23 | 116 |
Binary | 10111011 | 11000101 | 11010001 | 1011 | 110 | 0 | 10010 | 11010101 | 10011 | 1001110 |
Color Harmonies of #BBC5D1
Complementary color
Monochromatic Colors of #BBC5D1
Black with #BBC5D1
Text Example
Text Example
White with #BBC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D1; }
p { color: rgb(187,197,209); }
H1.HeaderClassName
{
color: #BBC5D1;
}
.AnyTagClassName
{
color: #BBC5D1;
}
</style>
background-color css
<style>
a { background-color: #BBC5D1; }
a { background-color: rgb(187,197,209); }
div.DivClassName
{
background-color: #BBC5D1;
}
.BgClassName
{
background-color: #BBC5D1;
}
</style>
border-color css
<style>
span { border-color: #BBC5D1; }
span { border-color: rgb(187,197,209); }
td.TdClassName
{
border-color: #BBC5D1;
}
.TagClassName
{
border-color: #BBC5D1;
}
</style>