Shades of Spindle #B7BECB
Tints of Spindle #B7BECB
RGB
CMYK
RGB Variations
Color information
#B7BECB (or 0xB7BECB) is known color: Spindle. HEX triplet: B7, BE and CB. RGB value is (183,190,203). Sum of RGB (Red+Green+Blue) = 183+190+203=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECB is #484134. Grayscale: #BDBDBD. Windows color (decimal): -4735285 or 13352631. OLE color: 13352631.
HSL color Cylindrical-coordinate representation of color #B7BECB: hue angle of 219º 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 #B7BECB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 190 | 203 | - |
CMYK | 0.10 | 0.06 | 0 | 0.20 |
HSL | 219º | 0.16% | 0.76% | - |
HSV(B) | 219º | 0.1% | 0.8% | - |
XYZ | 48.72 | 51.21 | 63.82 | - |
YUV | 189.39 | 135.68 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 203 | 0.10 | 0.06 | 0 | 0.20 | 219 | 0.16 | 0.76 |
Hex | B7 | BE | CB | A | 6 | 0 | 14 | DB | 10 | 4C |
Octal | 267 | 276 | 313 | 12 | 6 | 0 | 24 | 333 | 20 | 114 |
Binary | 10110111 | 10111110 | 11001011 | 1010 | 110 | 0 | 10100 | 11011011 | 10000 | 1001100 |
Color Harmonies of #B7BECB
Complementary color
Monochromatic Colors of #B7BECB
Black with #B7BECB
Text Example
Text Example
White with #B7BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BECB; }
p { color: rgb(183,190,203); }
H1.HeaderClassName
{
color: #B7BECB;
}
.AnyTagClassName
{
color: #B7BECB;
}
</style>
background-color css
<style>
a { background-color: #B7BECB; }
a { background-color: rgb(183,190,203); }
div.DivClassName
{
background-color: #B7BECB;
}
.BgClassName
{
background-color: #B7BECB;
}
</style>
border-color css
<style>
span { border-color: #B7BECB; }
span { border-color: rgb(183,190,203); }
td.TdClassName
{
border-color: #B7BECB;
}
.TagClassName
{
border-color: #B7BECB;
}
</style>