Shades of Spindle #B7BECA
Tints of Spindle #B7BECA
RGB
CMYK
RGB Variations
Color information
#B7BECA (or 0xB7BECA) is known color: Spindle. HEX triplet: B7, BE and CA. RGB value is (183,190,202). Sum of RGB (Red+Green+Blue) = 183+190+202=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECA is #484135. Grayscale: #BDBDBD. Windows color (decimal): -4735286 or 13287095. OLE color: 13287095.
HSL color Cylindrical-coordinate representation of color #B7BECA: hue angle of 217.89º 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 #B7BECA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 183 | 190 | 202 | - |
CMYK | 0.09 | 0.06 | 0 | 0.21 |
HSL | 217.89º | 0.15% | 0.75% | - |
HSV(B) | 217.89º | 0.09% | 0.79% | - |
XYZ | 48.6 | 51.16 | 63.19 | - |
YUV | 189.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 202 | 0.09 | 0.06 | 0 | 0.21 | 217.89 | 0.15 | 0.75 |
Hex | B7 | BE | CA | 9 | 6 | 0 | 15 | DA | F | 4B |
Octal | 267 | 276 | 312 | 11 | 6 | 0 | 25 | 332 | 17 | 113 |
Binary | 10110111 | 10111110 | 11001010 | 1001 | 110 | 0 | 10101 | 11011010 | 1111 | 1001011 |
Color Harmonies of #B7BECA
Complementary color
Monochromatic Colors of #B7BECA
Black with #B7BECA
Text Example
Text Example
White with #B7BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BECA; }
p { color: rgb(183,190,202); }
H1.HeaderClassName
{
color: #B7BECA;
}
.AnyTagClassName
{
color: #B7BECA;
}
</style>
background-color css
<style>
a { background-color: #B7BECA; }
a { background-color: rgb(183,190,202); }
div.DivClassName
{
background-color: #B7BECA;
}
.BgClassName
{
background-color: #B7BECA;
}
</style>
border-color css
<style>
span { border-color: #B7BECA; }
span { border-color: rgb(183,190,202); }
td.TdClassName
{
border-color: #B7BECA;
}
.TagClassName
{
border-color: #B7BECA;
}
</style>