Shades of Spindle #B1BED6
Tints of Spindle #B1BED6
RGB
CMYK
RGB Variations
Color information
#B1BED6 (or 0xB1BED6) is known color: Spindle. HEX triplet: B1, BE and D6. RGB value is (177,190,214). Sum of RGB (Red+Green+Blue) = 177+190+214=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BED6 is #4E4129. Grayscale: #BCBCBC. Windows color (decimal): -5128490 or 14073521. OLE color: 14073521.
HSL color Cylindrical-coordinate representation of color #B1BED6: hue angle of 218.92º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1BED6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 190 | 214 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.16 |
| HSL | 218.92º | 0.31% | 0.77% | - |
| HSV(B) | 218.92º | 0.17% | 0.84% | - |
| XYZ | 48.68 | 51.03 | 70.9 | - |
| YUV | 188.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 214 | 0.17 | 0.11 | 0 | 0.16 | 218.92 | 0.31 | 0.77 |
| Hex | B1 | BE | D6 | 11 | B | 0 | 10 | DB | 1F | 4D |
| Octal | 261 | 276 | 326 | 21 | 13 | 0 | 20 | 333 | 37 | 115 |
| Binary | 10110001 | 10111110 | 11010110 | 10001 | 1011 | 0 | 10000 | 11011011 | 11111 | 1001101 |
Color Harmonies of #B1BED6
Complementary color
Monochromatic Colors of #B1BED6
Black with #B1BED6
Text Example
Text Example
White with #B1BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BED6; }
p { color: rgb(177,190,214); }
H1.HeaderClassName
{
color: #B1BED6;
}
.AnyTagClassName
{
color: #B1BED6;
}
</style>
background-color css
<style>
a { background-color: #B1BED6; }
a { background-color: rgb(177,190,214); }
div.DivClassName
{
background-color: #B1BED6;
}
.BgClassName
{
background-color: #B1BED6;
}
</style>
border-color css
<style>
span { border-color: #B1BED6; }
span { border-color: rgb(177,190,214); }
td.TdClassName
{
border-color: #B1BED6;
}
.TagClassName
{
border-color: #B1BED6;
}
</style>