Shades of Spindle #B7BDD1
Tints of Spindle #B7BDD1
RGB
CMYK
RGB Variations
Color information
#B7BDD1 (or 0xB7BDD1) is known color: Spindle. HEX triplet: B7, BD and D1. RGB value is (183,189,209). Sum of RGB (Red+Green+Blue) = 183+189+209=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDD1 is #48422E. Grayscale: #BDBDBD. Windows color (decimal): -4735535 or 13745591. OLE color: 13745591.
HSL color Cylindrical-coordinate representation of color #B7BDD1: hue angle of 226.15º degrees, saturation: 0.22, 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 #B7BDD1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 189 | 209 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.18 |
| HSL | 226.15º | 0.22% | 0.77% | - |
| HSV(B) | 226.15º | 0.12% | 0.82% | - |
| XYZ | 49.23 | 51.07 | 67.58 | - |
| YUV | 189.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 209 | 0.12 | 0.10 | 0 | 0.18 | 226.15 | 0.22 | 0.77 |
| Hex | B7 | BD | D1 | C | A | 0 | 12 | E2 | 16 | 4D |
| Octal | 267 | 275 | 321 | 14 | 12 | 0 | 22 | 342 | 26 | 115 |
| Binary | 10110111 | 10111101 | 11010001 | 1100 | 1010 | 0 | 10010 | 11100010 | 10110 | 1001101 |
Color Harmonies of #B7BDD1
Complementary color
Monochromatic Colors of #B7BDD1
Black with #B7BDD1
Text Example
Text Example
White with #B7BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDD1; }
p { color: rgb(183,189,209); }
H1.HeaderClassName
{
color: #B7BDD1;
}
.AnyTagClassName
{
color: #B7BDD1;
}
</style>
background-color css
<style>
a { background-color: #B7BDD1; }
a { background-color: rgb(183,189,209); }
div.DivClassName
{
background-color: #B7BDD1;
}
.BgClassName
{
background-color: #B7BDD1;
}
</style>
border-color css
<style>
span { border-color: #B7BDD1; }
span { border-color: rgb(183,189,209); }
td.TdClassName
{
border-color: #B7BDD1;
}
.TagClassName
{
border-color: #B7BDD1;
}
</style>