Shades of Spindle #B8BECC
Tints of Spindle #B8BECC
RGB
CMYK
RGB Variations
Color information
#B8BECC (or 0xB8BECC) is known color: Spindle. HEX triplet: B8, BE and CC. RGB value is (184,190,204). Sum of RGB (Red+Green+Blue) = 184+190+204=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BECC is #474133. Grayscale: #BDBDBD. Windows color (decimal): -4669748 or 13418168. OLE color: 13418168.
HSL color Cylindrical-coordinate representation of color #B8BECC: hue angle of 222º 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 #B8BECC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 190 | 204 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.2 |
| HSL | 222º | 0.16% | 0.76% | - |
| HSV(B) | 222º | 0.1% | 0.8% | - |
| XYZ | 49.08 | 51.38 | 64.46 | - |
| YUV | 189.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 204 | 0.10 | 0.07 | 0 | 0.2 | 222 | 0.16 | 0.76 |
| Hex | B8 | BE | CC | A | 7 | 0 | 14 | DE | 10 | 4C |
| Octal | 270 | 276 | 314 | 12 | 7 | 0 | 24 | 336 | 20 | 114 |
| Binary | 10111000 | 10111110 | 11001100 | 1010 | 111 | 0 | 10100 | 11011110 | 10000 | 1001100 |
Color Harmonies of #B8BECC
Complementary color
Monochromatic Colors of #B8BECC
Black with #B8BECC
Text Example
Text Example
White with #B8BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BECC; }
p { color: rgb(184,190,204); }
H1.HeaderClassName
{
color: #B8BECC;
}
.AnyTagClassName
{
color: #B8BECC;
}
</style>
background-color css
<style>
a { background-color: #B8BECC; }
a { background-color: rgb(184,190,204); }
div.DivClassName
{
background-color: #B8BECC;
}
.BgClassName
{
background-color: #B8BECC;
}
</style>
border-color css
<style>
span { border-color: #B8BECC; }
span { border-color: rgb(184,190,204); }
td.TdClassName
{
border-color: #B8BECC;
}
.TagClassName
{
border-color: #B8BECC;
}
</style>