Shades of Spindle #B7BFCA
Tints of Spindle #B7BFCA
RGB
CMYK
RGB Variations
Color information
#B7BFCA (or 0xB7BFCA) is known color: Spindle. HEX triplet: B7, BF and CA. RGB value is (183,191,202). Sum of RGB (Red+Green+Blue) = 183+191+202=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCA is #484035. Grayscale: #BDBDBD. Windows color (decimal): -4735030 or 13287351. OLE color: 13287351.
HSL color Cylindrical-coordinate representation of color #B7BFCA: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BFCA is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 183 | 191 | 202 | - |
CMYK | 0.09 | 0.05 | 0 | 0.21 |
HSL | 214.74º | 0.15% | 0.75% | - |
HSV(B) | 214.74º | 0.09% | 0.79% | - |
XYZ | 48.82 | 51.59 | 63.26 | - |
YUV | 189.86 | 134.85 | 123.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 202 | 0.09 | 0.05 | 0 | 0.21 | 214.74 | 0.15 | 0.75 |
Hex | B7 | BF | CA | 9 | 5 | 0 | 15 | D7 | F | 4B |
Octal | 267 | 277 | 312 | 11 | 5 | 0 | 25 | 327 | 17 | 113 |
Binary | 10110111 | 10111111 | 11001010 | 1001 | 101 | 0 | 10101 | 11010111 | 1111 | 1001011 |
Color Harmonies of #B7BFCA
Complementary color
Monochromatic Colors of #B7BFCA
Black with #B7BFCA
Text Example
Text Example
White with #B7BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFCA; }
p { color: rgb(183,191,202); }
H1.HeaderClassName
{
color: #B7BFCA;
}
.AnyTagClassName
{
color: #B7BFCA;
}
</style>
background-color css
<style>
a { background-color: #B7BFCA; }
a { background-color: rgb(183,191,202); }
div.DivClassName
{
background-color: #B7BFCA;
}
.BgClassName
{
background-color: #B7BFCA;
}
</style>
border-color css
<style>
span { border-color: #B7BFCA; }
span { border-color: rgb(183,191,202); }
td.TdClassName
{
border-color: #B7BFCA;
}
.TagClassName
{
border-color: #B7BFCA;
}
</style>