Shades of Spindle #B1BFCC
Tints of Spindle #B1BFCC
RGB
CMYK
RGB Variations
Color information
#B1BFCC (or 0xB1BFCC) is known color: Spindle. HEX triplet: B1, BF and CC. RGB value is (177,191,204). Sum of RGB (Red+Green+Blue) = 177+191+204=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCC is #4E4033. Grayscale: #BCBCBC. Windows color (decimal): -5128244 or 13418417. OLE color: 13418417.
HSL color Cylindrical-coordinate representation of color #B1BFCC: hue angle of 208.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1BFCC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 191 | 204 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.2 |
| HSL | 208.89º | 0.21% | 0.75% | - |
| HSV(B) | 208.89º | 0.13% | 0.8% | - |
| XYZ | 47.66 | 50.97 | 64.45 | - |
| YUV | 188.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 204 | 0.13 | 0.06 | 0 | 0.2 | 208.89 | 0.21 | 0.75 |
| Hex | B1 | BF | CC | D | 6 | 0 | 14 | D1 | 15 | 4B |
| Octal | 261 | 277 | 314 | 15 | 6 | 0 | 24 | 321 | 25 | 113 |
| Binary | 10110001 | 10111111 | 11001100 | 1101 | 110 | 0 | 10100 | 11010001 | 10101 | 1001011 |
Color Harmonies of #B1BFCC
Complementary color
Monochromatic Colors of #B1BFCC
Black with #B1BFCC
Text Example
Text Example
White with #B1BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFCC; }
p { color: rgb(177,191,204); }
H1.HeaderClassName
{
color: #B1BFCC;
}
.AnyTagClassName
{
color: #B1BFCC;
}
</style>
background-color css
<style>
a { background-color: #B1BFCC; }
a { background-color: rgb(177,191,204); }
div.DivClassName
{
background-color: #B1BFCC;
}
.BgClassName
{
background-color: #B1BFCC;
}
</style>
border-color css
<style>
span { border-color: #B1BFCC; }
span { border-color: rgb(177,191,204); }
td.TdClassName
{
border-color: #B1BFCC;
}
.TagClassName
{
border-color: #B1BFCC;
}
</style>