Shades of Spindle #BBC7D7
Tints of Spindle #BBC7D7
RGB
CMYK
RGB Variations
Color information
#BBC7D7 (or 0xBBC7D7) is known color: Spindle. HEX triplet: BB, C7 and D7. RGB value is (187,199,215). Sum of RGB (Red+Green+Blue) = 187+199+215=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D7 is #443828. Grayscale: #C5C5C5. Windows color (decimal): -4470825 or 14141371. OLE color: 14141371.
HSL color Cylindrical-coordinate representation of color #BBC7D7: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC7D7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 199 | 215 | - |
CMYK | 0.13 | 0.07 | 0 | 0.16 |
HSL | 214.29º | 0.26% | 0.79% | - |
HSV(B) | 214.29º | 0.13% | 0.84% | - |
XYZ | 53.18 | 56.32 | 72.36 | - |
YUV | 197.24 | 138.02 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 215 | 0.13 | 0.07 | 0 | 0.16 | 214.29 | 0.26 | 0.79 |
Hex | BB | C7 | D7 | D | 7 | 0 | 10 | D6 | 1A | 4F |
Octal | 273 | 307 | 327 | 15 | 7 | 0 | 20 | 326 | 32 | 117 |
Binary | 10111011 | 11000111 | 11010111 | 1101 | 111 | 0 | 10000 | 11010110 | 11010 | 1001111 |
Color Harmonies of #BBC7D7
Complementary color
Monochromatic Colors of #BBC7D7
Black with #BBC7D7
Text Example
Text Example
White with #BBC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D7; }
p { color: rgb(187,199,215); }
H1.HeaderClassName
{
color: #BBC7D7;
}
.AnyTagClassName
{
color: #BBC7D7;
}
</style>
background-color css
<style>
a { background-color: #BBC7D7; }
a { background-color: rgb(187,199,215); }
div.DivClassName
{
background-color: #BBC7D7;
}
.BgClassName
{
background-color: #BBC7D7;
}
</style>
border-color css
<style>
span { border-color: #BBC7D7; }
span { border-color: rgb(187,199,215); }
td.TdClassName
{
border-color: #BBC7D7;
}
.TagClassName
{
border-color: #BBC7D7;
}
</style>