Shades of Spindle #B3BFCC
Tints of Spindle #B3BFCC
RGB
CMYK
RGB Variations
Color information
#B3BFCC (or 0xB3BFCC) is known color: Spindle. HEX triplet: B3, BF and CC. RGB value is (179,191,204). Sum of RGB (Red+Green+Blue) = 179+191+204=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFCC is #4C4033. Grayscale: #BCBCBC. Windows color (decimal): -4997172 or 13418419. OLE color: 13418419.
HSL color Cylindrical-coordinate representation of color #B3BFCC: hue angle of 211.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BFCC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 191 | 204 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.2 |
| HSL | 211.2º | 0.2% | 0.75% | - |
| HSV(B) | 211.2º | 0.12% | 0.8% | - |
| XYZ | 48.12 | 51.2 | 64.47 | - |
| YUV | 188.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 204 | 0.12 | 0.06 | 0 | 0.2 | 211.2 | 0.2 | 0.75 |
| Hex | B3 | BF | CC | C | 6 | 0 | 14 | D3 | 14 | 4B |
| Octal | 263 | 277 | 314 | 14 | 6 | 0 | 24 | 323 | 24 | 113 |
| Binary | 10110011 | 10111111 | 11001100 | 1100 | 110 | 0 | 10100 | 11010011 | 10100 | 1001011 |
Color Harmonies of #B3BFCC
Complementary color
Monochromatic Colors of #B3BFCC
Black with #B3BFCC
Text Example
Text Example
White with #B3BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFCC; }
p { color: rgb(179,191,204); }
H1.HeaderClassName
{
color: #B3BFCC;
}
.AnyTagClassName
{
color: #B3BFCC;
}
</style>
background-color css
<style>
a { background-color: #B3BFCC; }
a { background-color: rgb(179,191,204); }
div.DivClassName
{
background-color: #B3BFCC;
}
.BgClassName
{
background-color: #B3BFCC;
}
</style>
border-color css
<style>
span { border-color: #B3BFCC; }
span { border-color: rgb(179,191,204); }
td.TdClassName
{
border-color: #B3BFCC;
}
.TagClassName
{
border-color: #B3BFCC;
}
</style>