Shades of Cotton Seed #BEBAB2
Tints of Cotton Seed #BEBAB2
RGB
CMYK
RGB Variations
Color information
#BEBAB2 (or 0xBEBAB2) is known color: Cotton Seed. HEX triplet: BE, BA and B2. RGB value is (190,186,178). Sum of RGB (Red+Green+Blue) = 190+186+178=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAB2 is #41454D. Grayscale: #BABABA. Windows color (decimal): -4277582 or 11713214. OLE color: 11713214.
HSL color Cylindrical-coordinate representation of color #BEBAB2: hue angle of 40º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBAB2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 178 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.25 |
| HSL | 40º | 0.08% | 0.72% | - |
| HSV(B) | 40º | 0.06% | 0.75% | - |
| XYZ | 46.83 | 49.28 | 49.16 | - |
| YUV | 186.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 178 | 0 | 0.02 | 0.06 | 0.25 | 40 | 0.08 | 0.72 |
| Hex | BE | BA | B2 | 0 | 2 | 6 | 19 | 28 | 8 | 48 |
| Octal | 276 | 272 | 262 | 0 | 2 | 6 | 31 | 50 | 10 | 110 |
| Binary | 10111110 | 10111010 | 10110010 | 0 | 10 | 110 | 11001 | 101000 | 1000 | 1001000 |
Color Harmonies of #BEBAB2
Complementary color
Monochromatic Colors of #BEBAB2
Black with #BEBAB2
Text Example
Text Example
White with #BEBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAB2; }
p { color: rgb(190,186,178); }
H1.HeaderClassName
{
color: #BEBAB2;
}
.AnyTagClassName
{
color: #BEBAB2;
}
</style>
background-color css
<style>
a { background-color: #BEBAB2; }
a { background-color: rgb(190,186,178); }
div.DivClassName
{
background-color: #BEBAB2;
}
.BgClassName
{
background-color: #BEBAB2;
}
</style>
border-color css
<style>
span { border-color: #BEBAB2; }
span { border-color: rgb(190,186,178); }
td.TdClassName
{
border-color: #BEBAB2;
}
.TagClassName
{
border-color: #BEBAB2;
}
</style>