Shades of Spindle #B7BFCB
Tints of Spindle #B7BFCB
RGB
CMYK
RGB Variations
Color information
#B7BFCB (or 0xB7BFCB) is known color: Spindle. HEX triplet: B7, BF and CB. RGB value is (183,191,203). Sum of RGB (Red+Green+Blue) = 183+191+203=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCB is #484034. Grayscale: #BDBDBD. Windows color (decimal): -4735029 or 13352887. OLE color: 13352887.
HSL color Cylindrical-coordinate representation of color #B7BFCB: hue angle of 216º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BFCB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 191 | 203 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.20 |
| HSL | 216º | 0.16% | 0.76% | - |
| HSV(B) | 216º | 0.1% | 0.8% | - |
| XYZ | 48.94 | 51.64 | 63.89 | - |
| YUV | 189.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 203 | 0.10 | 0.06 | 0 | 0.20 | 216 | 0.16 | 0.76 |
| Hex | B7 | BF | CB | A | 6 | 0 | 14 | D8 | 10 | 4C |
| Octal | 267 | 277 | 313 | 12 | 6 | 0 | 24 | 330 | 20 | 114 |
| Binary | 10110111 | 10111111 | 11001011 | 1010 | 110 | 0 | 10100 | 11011000 | 10000 | 1001100 |
Color Harmonies of #B7BFCB
Complementary color
Monochromatic Colors of #B7BFCB
Black with #B7BFCB
Text Example
Text Example
White with #B7BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFCB; }
p { color: rgb(183,191,203); }
H1.HeaderClassName
{
color: #B7BFCB;
}
.AnyTagClassName
{
color: #B7BFCB;
}
</style>
background-color css
<style>
a { background-color: #B7BFCB; }
a { background-color: rgb(183,191,203); }
div.DivClassName
{
background-color: #B7BFCB;
}
.BgClassName
{
background-color: #B7BFCB;
}
</style>
border-color css
<style>
span { border-color: #B7BFCB; }
span { border-color: rgb(183,191,203); }
td.TdClassName
{
border-color: #B7BFCB;
}
.TagClassName
{
border-color: #B7BFCB;
}
</style>