Shades of Spindle #BEBFC1
Tints of Spindle #BEBFC1
RGB
CMYK
RGB Variations
Color information
#BEBFC1 (or 0xBEBFC1) is known color: Spindle. HEX triplet: BE, BF and C1. RGB value is (190,191,193). Sum of RGB (Red+Green+Blue) = 190+191+193=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC1 is #41403E. Grayscale: #BEBEBE. Windows color (decimal): -4276287 or 12697534. OLE color: 12697534.
HSL color Cylindrical-coordinate representation of color #BEBFC1: hue angle of 220º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBFC1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 191 | 193 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.24 |
| HSL | 220º | 0.02% | 0.75% | - |
| HSV(B) | 220º | 0.02% | 0.76% | - |
| XYZ | 49.49 | 52.06 | 57.89 | - |
| YUV | 190.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 193 | 0.02 | 0.01 | 0 | 0.24 | 220 | 0.02 | 0.75 |
| Hex | BE | BF | C1 | 2 | 1 | 0 | 18 | DC | 2 | 4B |
| Octal | 276 | 277 | 301 | 2 | 1 | 0 | 30 | 334 | 2 | 113 |
| Binary | 10111110 | 10111111 | 11000001 | 10 | 1 | 0 | 11000 | 11011100 | 10 | 1001011 |
Color Harmonies of #BEBFC1
Complementary color
Monochromatic Colors of #BEBFC1
Black with #BEBFC1
Text Example
Text Example
White with #BEBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFC1; }
p { color: rgb(190,191,193); }
H1.HeaderClassName
{
color: #BEBFC1;
}
.AnyTagClassName
{
color: #BEBFC1;
}
</style>
background-color css
<style>
a { background-color: #BEBFC1; }
a { background-color: rgb(190,191,193); }
div.DivClassName
{
background-color: #BEBFC1;
}
.BgClassName
{
background-color: #BEBFC1;
}
</style>
border-color css
<style>
span { border-color: #BEBFC1; }
span { border-color: rgb(190,191,193); }
td.TdClassName
{
border-color: #BEBFC1;
}
.TagClassName
{
border-color: #BEBFC1;
}
</style>