Shades of Spindle #B1BFD8
Tints of Spindle #B1BFD8
RGB
CMYK
RGB Variations
Color information
#B1BFD8 (or 0xB1BFD8) is known color: Spindle. HEX triplet: B1, BF and D8. RGB value is (177,191,216). Sum of RGB (Red+Green+Blue) = 177+191+216=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1BFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFD8 is #4E4027. Grayscale: #BDBDBD. Windows color (decimal): -5128232 or 14204849. OLE color: 14204849.
HSL color Cylindrical-coordinate representation of color #B1BFD8: hue angle of 218.46º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1BFD8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 191 | 216 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.15 |
| HSL | 218.46º | 0.33% | 0.77% | - |
| HSV(B) | 218.46º | 0.18% | 0.85% | - |
| XYZ | 49.16 | 51.57 | 72.33 | - |
| YUV | 189.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 216 | 0.18 | 0.12 | 0 | 0.15 | 218.46 | 0.33 | 0.77 |
| Hex | B1 | BF | D8 | 12 | C | 0 | F | DA | 21 | 4D |
| Octal | 261 | 277 | 330 | 22 | 14 | 0 | 17 | 332 | 41 | 115 |
| Binary | 10110001 | 10111111 | 11011000 | 10010 | 1100 | 0 | 1111 | 11011010 | 100001 | 1001101 |
Color Harmonies of #B1BFD8
Complementary color
Monochromatic Colors of #B1BFD8
Black with #B1BFD8
Text Example
Text Example
White with #B1BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFD8; }
p { color: rgb(177,191,216); }
H1.HeaderClassName
{
color: #B1BFD8;
}
.AnyTagClassName
{
color: #B1BFD8;
}
</style>
background-color css
<style>
a { background-color: #B1BFD8; }
a { background-color: rgb(177,191,216); }
div.DivClassName
{
background-color: #B1BFD8;
}
.BgClassName
{
background-color: #B1BFD8;
}
</style>
border-color css
<style>
span { border-color: #B1BFD8; }
span { border-color: rgb(177,191,216); }
td.TdClassName
{
border-color: #B1BFD8;
}
.TagClassName
{
border-color: #B1BFD8;
}
</style>