Shades of Spindle #B7BECC
Tints of Spindle #B7BECC
RGB
CMYK
RGB Variations
Color information
#B7BECC (or 0xB7BECC) is known color: Spindle. HEX triplet: B7, BE and CC. RGB value is (183,190,204). Sum of RGB (Red+Green+Blue) = 183+190+204=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECC is #484133. Grayscale: #BDBDBD. Windows color (decimal): -4735284 or 13418167. OLE color: 13418167.
HSL color Cylindrical-coordinate representation of color #B7BECC: hue angle of 220º degrees, saturation: 0.17, 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 #B7BECC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 183 | 190 | 204 | - |
CMYK | 0.10 | 0.07 | 0 | 0.2 |
HSL | 220º | 0.17% | 0.76% | - |
HSV(B) | 220º | 0.1% | 0.8% | - |
XYZ | 48.84 | 51.25 | 64.45 | - |
YUV | 189.5 | 136.18 | 123.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 204 | 0.10 | 0.07 | 0 | 0.2 | 220 | 0.17 | 0.76 |
Hex | B7 | BE | CC | A | 7 | 0 | 14 | DC | 11 | 4C |
Octal | 267 | 276 | 314 | 12 | 7 | 0 | 24 | 334 | 21 | 114 |
Binary | 10110111 | 10111110 | 11001100 | 1010 | 111 | 0 | 10100 | 11011100 | 10001 | 1001100 |
Color Harmonies of #B7BECC
Complementary color
Monochromatic Colors of #B7BECC
Black with #B7BECC
Text Example
Text Example
White with #B7BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BECC; }
p { color: rgb(183,190,204); }
H1.HeaderClassName
{
color: #B7BECC;
}
.AnyTagClassName
{
color: #B7BECC;
}
</style>
background-color css
<style>
a { background-color: #B7BECC; }
a { background-color: rgb(183,190,204); }
div.DivClassName
{
background-color: #B7BECC;
}
.BgClassName
{
background-color: #B7BECC;
}
</style>
border-color css
<style>
span { border-color: #B7BECC; }
span { border-color: rgb(183,190,204); }
td.TdClassName
{
border-color: #B7BECC;
}
.TagClassName
{
border-color: #B7BECC;
}
</style>