Shades of Spindle #BBC7D1
Tints of Spindle #BBC7D1
RGB
CMYK
RGB Variations
Color information
#BBC7D1 (or 0xBBC7D1) is known color: Spindle. HEX triplet: BB, C7 and D1. RGB value is (187,199,209). Sum of RGB (Red+Green+Blue) = 187+199+209=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D1 is #44382E. Grayscale: #C4C4C4. Windows color (decimal): -4470831 or 13748155. OLE color: 13748155.
HSL color Cylindrical-coordinate representation of color #BBC7D1: hue angle of 207.27º 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 #BBC7D1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 199 | 209 | - |
CMYK | 0.11 | 0.05 | 0 | 0.18 |
HSL | 207.27º | 0.19% | 0.78% | - |
HSV(B) | 207.27º | 0.11% | 0.82% | - |
XYZ | 52.43 | 56.02 | 68.37 | - |
YUV | 196.55 | 135.02 | 121.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 209 | 0.11 | 0.05 | 0 | 0.18 | 207.27 | 0.19 | 0.78 |
Hex | BB | C7 | D1 | B | 5 | 0 | 12 | CF | 13 | 4E |
Octal | 273 | 307 | 321 | 13 | 5 | 0 | 22 | 317 | 23 | 116 |
Binary | 10111011 | 11000111 | 11010001 | 1011 | 101 | 0 | 10010 | 11001111 | 10011 | 1001110 |
Color Harmonies of #BBC7D1
Complementary color
Monochromatic Colors of #BBC7D1
Black with #BBC7D1
Text Example
Text Example
White with #BBC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D1; }
p { color: rgb(187,199,209); }
H1.HeaderClassName
{
color: #BBC7D1;
}
.AnyTagClassName
{
color: #BBC7D1;
}
</style>
background-color css
<style>
a { background-color: #BBC7D1; }
a { background-color: rgb(187,199,209); }
div.DivClassName
{
background-color: #BBC7D1;
}
.BgClassName
{
background-color: #BBC7D1;
}
</style>
border-color css
<style>
span { border-color: #BBC7D1; }
span { border-color: rgb(187,199,209); }
td.TdClassName
{
border-color: #BBC7D1;
}
.TagClassName
{
border-color: #BBC7D1;
}
</style>