Shades of Spindle #B8BECB
Tints of Spindle #B8BECB
RGB
CMYK
RGB Variations
Color information
#B8BECB (or 0xB8BECB) is known color: Spindle. HEX triplet: B8, BE and CB. RGB value is (184,190,203). Sum of RGB (Red+Green+Blue) = 184+190+203=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BECB is #474134. Grayscale: #BDBDBD. Windows color (decimal): -4669749 or 13352632. OLE color: 13352632.
HSL color Cylindrical-coordinate representation of color #B8BECB: hue angle of 221.05º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BECB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 190 | 203 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.20 |
| HSL | 221.05º | 0.15% | 0.76% | - |
| HSV(B) | 221.05º | 0.09% | 0.8% | - |
| XYZ | 48.96 | 51.33 | 63.83 | - |
| YUV | 189.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 203 | 0.09 | 0.06 | 0 | 0.20 | 221.05 | 0.15 | 0.76 |
| Hex | B8 | BE | CB | 9 | 6 | 0 | 14 | DD | F | 4C |
| Octal | 270 | 276 | 313 | 11 | 6 | 0 | 24 | 335 | 17 | 114 |
| Binary | 10111000 | 10111110 | 11001011 | 1001 | 110 | 0 | 10100 | 11011101 | 1111 | 1001100 |
Color Harmonies of #B8BECB
Complementary color
Monochromatic Colors of #B8BECB
Black with #B8BECB
Text Example
Text Example
White with #B8BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BECB; }
p { color: rgb(184,190,203); }
H1.HeaderClassName
{
color: #B8BECB;
}
.AnyTagClassName
{
color: #B8BECB;
}
</style>
background-color css
<style>
a { background-color: #B8BECB; }
a { background-color: rgb(184,190,203); }
div.DivClassName
{
background-color: #B8BECB;
}
.BgClassName
{
background-color: #B8BECB;
}
</style>
border-color css
<style>
span { border-color: #B8BECB; }
span { border-color: rgb(184,190,203); }
td.TdClassName
{
border-color: #B8BECB;
}
.TagClassName
{
border-color: #B8BECB;
}
</style>