Shades of Spindle #B7C3CF
Tints of Spindle #B7C3CF
RGB
CMYK
RGB Variations
Color information
#B7C3CF (or 0xB7C3CF) is known color: Spindle. HEX triplet: B7, C3 and CF. RGB value is (183,195,207). Sum of RGB (Red+Green+Blue) = 183+195+207=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3CF is #483C30. Grayscale: #C0C0C0. Windows color (decimal): -4734001 or 13616055. OLE color: 13616055.
HSL color Cylindrical-coordinate representation of color #B7C3CF: hue angle of 210º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C3CF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 195 | 207 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.19 |
| HSL | 210º | 0.2% | 0.76% | - |
| HSV(B) | 210º | 0.12% | 0.81% | - |
| XYZ | 50.31 | 53.6 | 66.73 | - |
| YUV | 192.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 207 | 0.12 | 0.06 | 0 | 0.19 | 210 | 0.2 | 0.76 |
| Hex | B7 | C3 | CF | C | 6 | 0 | 13 | D2 | 14 | 4C |
| Octal | 267 | 303 | 317 | 14 | 6 | 0 | 23 | 322 | 24 | 114 |
| Binary | 10110111 | 11000011 | 11001111 | 1100 | 110 | 0 | 10011 | 11010010 | 10100 | 1001100 |
Color Harmonies of #B7C3CF
Complementary color
Monochromatic Colors of #B7C3CF
Black with #B7C3CF
Text Example
Text Example
White with #B7C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3CF; }
p { color: rgb(183,195,207); }
H1.HeaderClassName
{
color: #B7C3CF;
}
.AnyTagClassName
{
color: #B7C3CF;
}
</style>
background-color css
<style>
a { background-color: #B7C3CF; }
a { background-color: rgb(183,195,207); }
div.DivClassName
{
background-color: #B7C3CF;
}
.BgClassName
{
background-color: #B7C3CF;
}
</style>
border-color css
<style>
span { border-color: #B7C3CF; }
span { border-color: rgb(183,195,207); }
td.TdClassName
{
border-color: #B7C3CF;
}
.TagClassName
{
border-color: #B7C3CF;
}
</style>