Shades of Spindle #B7BECE
Tints of Spindle #B7BECE
RGB
CMYK
RGB Variations
Color information
#B7BECE (or 0xB7BECE) is known color: Spindle. HEX triplet: B7, BE and CE. RGB value is (183,190,206). Sum of RGB (Red+Green+Blue) = 183+190+206=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECE is #484131. Grayscale: #BDBDBD. Windows color (decimal): -4735282 or 13549239. OLE color: 13549239.
HSL color Cylindrical-coordinate representation of color #B7BECE: hue angle of 221.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7BECE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 190 | 206 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.19 |
| HSL | 221.74º | 0.19% | 0.76% | - |
| HSV(B) | 221.74º | 0.11% | 0.81% | - |
| XYZ | 49.08 | 51.35 | 65.72 | - |
| YUV | 189.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 206 | 0.11 | 0.08 | 0 | 0.19 | 221.74 | 0.19 | 0.76 |
| Hex | B7 | BE | CE | B | 8 | 0 | 13 | DE | 13 | 4C |
| Octal | 267 | 276 | 316 | 13 | 10 | 0 | 23 | 336 | 23 | 114 |
| Binary | 10110111 | 10111110 | 11001110 | 1011 | 1000 | 0 | 10011 | 11011110 | 10011 | 1001100 |
Color Harmonies of #B7BECE
Complementary color
Monochromatic Colors of #B7BECE
Black with #B7BECE
Text Example
Text Example
White with #B7BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BECE; }
p { color: rgb(183,190,206); }
H1.HeaderClassName
{
color: #B7BECE;
}
.AnyTagClassName
{
color: #B7BECE;
}
</style>
background-color css
<style>
a { background-color: #B7BECE; }
a { background-color: rgb(183,190,206); }
div.DivClassName
{
background-color: #B7BECE;
}
.BgClassName
{
background-color: #B7BECE;
}
</style>
border-color css
<style>
span { border-color: #B7BECE; }
span { border-color: rgb(183,190,206); }
td.TdClassName
{
border-color: #B7BECE;
}
.TagClassName
{
border-color: #B7BECE;
}
</style>