Shades of Spindle #BBC7D5
Tints of Spindle #BBC7D5
RGB
CMYK
RGB Variations
Color information
#BBC7D5 (or 0xBBC7D5) is known color: Spindle. HEX triplet: BB, C7 and D5. RGB value is (187,199,213). Sum of RGB (Red+Green+Blue) = 187+199+213=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D5 is #44382A. Grayscale: #C4C4C4. Windows color (decimal): -4470827 or 14010299. OLE color: 14010299.
HSL color Cylindrical-coordinate representation of color #BBC7D5: hue angle of 212.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7D5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 199 | 213 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.16 |
| HSL | 212.31º | 0.24% | 0.78% | - |
| HSV(B) | 212.31º | 0.12% | 0.84% | - |
| XYZ | 52.93 | 56.22 | 71.01 | - |
| YUV | 197.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 213 | 0.12 | 0.07 | 0 | 0.16 | 212.31 | 0.24 | 0.78 |
| Hex | BB | C7 | D5 | C | 7 | 0 | 10 | D4 | 18 | 4E |
| Octal | 273 | 307 | 325 | 14 | 7 | 0 | 20 | 324 | 30 | 116 |
| Binary | 10111011 | 11000111 | 11010101 | 1100 | 111 | 0 | 10000 | 11010100 | 11000 | 1001110 |
Color Harmonies of #BBC7D5
Complementary color
Monochromatic Colors of #BBC7D5
Black with #BBC7D5
Text Example
Text Example
White with #BBC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D5; }
p { color: rgb(187,199,213); }
H1.HeaderClassName
{
color: #BBC7D5;
}
.AnyTagClassName
{
color: #BBC7D5;
}
</style>
background-color css
<style>
a { background-color: #BBC7D5; }
a { background-color: rgb(187,199,213); }
div.DivClassName
{
background-color: #BBC7D5;
}
.BgClassName
{
background-color: #BBC7D5;
}
</style>
border-color css
<style>
span { border-color: #BBC7D5; }
span { border-color: rgb(187,199,213); }
td.TdClassName
{
border-color: #BBC7D5;
}
.TagClassName
{
border-color: #BBC7D5;
}
</style>