Shades of Spindle #B7BEC6
Tints of Spindle #B7BEC6
RGB
CMYK
RGB Variations
Color information
#B7BEC6 (or 0xB7BEC6) is known color: Spindle. HEX triplet: B7, BE and C6. RGB value is (183,190,198). Sum of RGB (Red+Green+Blue) = 183+190+198=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC6 is #484139. Grayscale: #BCBCBC. Windows color (decimal): -4735290 or 13024951. OLE color: 13024951.
HSL color Cylindrical-coordinate representation of color #B7BEC6: hue angle of 212º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BEC6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 183 | 190 | 198 | - |
CMYK | 0.08 | 0.04 | 0 | 0.22 |
HSL | 212º | 0.12% | 0.75% | - |
HSV(B) | 212º | 0.08% | 0.78% | - |
XYZ | 48.13 | 50.97 | 60.73 | - |
YUV | 188.82 | 133.18 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 198 | 0.08 | 0.04 | 0 | 0.22 | 212 | 0.12 | 0.75 |
Hex | B7 | BE | C6 | 8 | 4 | 0 | 16 | D4 | C | 4B |
Octal | 267 | 276 | 306 | 10 | 4 | 0 | 26 | 324 | 14 | 113 |
Binary | 10110111 | 10111110 | 11000110 | 1000 | 100 | 0 | 10110 | 11010100 | 1100 | 1001011 |
Color Harmonies of #B7BEC6
Complementary color
Monochromatic Colors of #B7BEC6
Black with #B7BEC6
Text Example
Text Example
White with #B7BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEC6; }
p { color: rgb(183,190,198); }
H1.HeaderClassName
{
color: #B7BEC6;
}
.AnyTagClassName
{
color: #B7BEC6;
}
</style>
background-color css
<style>
a { background-color: #B7BEC6; }
a { background-color: rgb(183,190,198); }
div.DivClassName
{
background-color: #B7BEC6;
}
.BgClassName
{
background-color: #B7BEC6;
}
</style>
border-color css
<style>
span { border-color: #B7BEC6; }
span { border-color: rgb(183,190,198); }
td.TdClassName
{
border-color: #B7BEC6;
}
.TagClassName
{
border-color: #B7BEC6;
}
</style>