Shades of Spindle #B8BFCC
Tints of Spindle #B8BFCC
RGB
CMYK
RGB Variations
Color information
#B8BFCC (or 0xB8BFCC) is known color: Spindle. HEX triplet: B8, BF and CC. RGB value is (184,191,204). Sum of RGB (Red+Green+Blue) = 184+191+204=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFCC is #474033. Grayscale: #BEBEBE. Windows color (decimal): -4669492 or 13418424. OLE color: 13418424.
HSL color Cylindrical-coordinate representation of color #B8BFCC: hue angle of 219º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BFCC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 191 | 204 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.2 |
| HSL | 219º | 0.16% | 0.76% | - |
| HSV(B) | 219º | 0.1% | 0.8% | - |
| XYZ | 49.3 | 51.81 | 64.53 | - |
| YUV | 190.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 204 | 0.10 | 0.06 | 0 | 0.2 | 219 | 0.16 | 0.76 |
| Hex | B8 | BF | CC | A | 6 | 0 | 14 | DB | 10 | 4C |
| Octal | 270 | 277 | 314 | 12 | 6 | 0 | 24 | 333 | 20 | 114 |
| Binary | 10111000 | 10111111 | 11001100 | 1010 | 110 | 0 | 10100 | 11011011 | 10000 | 1001100 |
Color Harmonies of #B8BFCC
Complementary color
Monochromatic Colors of #B8BFCC
Black with #B8BFCC
Text Example
Text Example
White with #B8BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFCC; }
p { color: rgb(184,191,204); }
H1.HeaderClassName
{
color: #B8BFCC;
}
.AnyTagClassName
{
color: #B8BFCC;
}
</style>
background-color css
<style>
a { background-color: #B8BFCC; }
a { background-color: rgb(184,191,204); }
div.DivClassName
{
background-color: #B8BFCC;
}
.BgClassName
{
background-color: #B8BFCC;
}
</style>
border-color css
<style>
span { border-color: #B8BFCC; }
span { border-color: rgb(184,191,204); }
td.TdClassName
{
border-color: #B8BFCC;
}
.TagClassName
{
border-color: #B8BFCC;
}
</style>