Shades of Spindle #B7BFCD
Tints of Spindle #B7BFCD
RGB
CMYK
RGB Variations
Color information
#B7BFCD (or 0xB7BFCD) is known color: Spindle. HEX triplet: B7, BF and CD. RGB value is (183,191,205). Sum of RGB (Red+Green+Blue) = 183+191+205=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCD is #484032. Grayscale: #BEBEBE. Windows color (decimal): -4735027 or 13483959. OLE color: 13483959.
HSL color Cylindrical-coordinate representation of color #B7BFCD: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7BFCD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 191 | 205 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.20 |
| HSL | 218.18º | 0.18% | 0.76% | - |
| HSV(B) | 218.18º | 0.11% | 0.8% | - |
| XYZ | 49.18 | 51.74 | 65.15 | - |
| YUV | 190.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 205 | 0.11 | 0.07 | 0 | 0.20 | 218.18 | 0.18 | 0.76 |
| Hex | B7 | BF | CD | B | 7 | 0 | 14 | DA | 12 | 4C |
| Octal | 267 | 277 | 315 | 13 | 7 | 0 | 24 | 332 | 22 | 114 |
| Binary | 10110111 | 10111111 | 11001101 | 1011 | 111 | 0 | 10100 | 11011010 | 10010 | 1001100 |
Color Harmonies of #B7BFCD
Complementary color
Monochromatic Colors of #B7BFCD
Black with #B7BFCD
Text Example
Text Example
White with #B7BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFCD; }
p { color: rgb(183,191,205); }
H1.HeaderClassName
{
color: #B7BFCD;
}
.AnyTagClassName
{
color: #B7BFCD;
}
</style>
background-color css
<style>
a { background-color: #B7BFCD; }
a { background-color: rgb(183,191,205); }
div.DivClassName
{
background-color: #B7BFCD;
}
.BgClassName
{
background-color: #B7BFCD;
}
</style>
border-color css
<style>
span { border-color: #B7BFCD; }
span { border-color: rgb(183,191,205); }
td.TdClassName
{
border-color: #B7BFCD;
}
.TagClassName
{
border-color: #B7BFCD;
}
</style>