Shades of Spindle #B7BED0
Tints of Spindle #B7BED0
RGB
CMYK
RGB Variations
Color information
#B7BED0 (or 0xB7BED0) is known color: Spindle. HEX triplet: B7, BE and D0. RGB value is (183,190,208). Sum of RGB (Red+Green+Blue) = 183+190+208=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BED0 is #48412F. Grayscale: #BDBDBD. Windows color (decimal): -4735280 or 13680311. OLE color: 13680311.
HSL color Cylindrical-coordinate representation of color #B7BED0: hue angle of 223.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BED0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 190 | 208 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.18 |
| HSL | 223.2º | 0.21% | 0.77% | - |
| HSV(B) | 223.2º | 0.12% | 0.82% | - |
| XYZ | 49.33 | 51.45 | 67.01 | - |
| YUV | 189.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 208 | 0.12 | 0.09 | 0 | 0.18 | 223.2 | 0.21 | 0.77 |
| Hex | B7 | BE | D0 | C | 9 | 0 | 12 | DF | 15 | 4D |
| Octal | 267 | 276 | 320 | 14 | 11 | 0 | 22 | 337 | 25 | 115 |
| Binary | 10110111 | 10111110 | 11010000 | 1100 | 1001 | 0 | 10010 | 11011111 | 10101 | 1001101 |
Color Harmonies of #B7BED0
Complementary color
Monochromatic Colors of #B7BED0
Black with #B7BED0
Text Example
Text Example
White with #B7BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BED0; }
p { color: rgb(183,190,208); }
H1.HeaderClassName
{
color: #B7BED0;
}
.AnyTagClassName
{
color: #B7BED0;
}
</style>
background-color css
<style>
a { background-color: #B7BED0; }
a { background-color: rgb(183,190,208); }
div.DivClassName
{
background-color: #B7BED0;
}
.BgClassName
{
background-color: #B7BED0;
}
</style>
border-color css
<style>
span { border-color: #B7BED0; }
span { border-color: rgb(183,190,208); }
td.TdClassName
{
border-color: #B7BED0;
}
.TagClassName
{
border-color: #B7BED0;
}
</style>