Shades of Cloud #BEBAB4
Tints of Cloud #BEBAB4
RGB
CMYK
RGB Variations
Color information
#BEBAB4 (or 0xBEBAB4) is known color: Cloud. HEX triplet: BE, BA and B4. RGB value is (190,186,180). Sum of RGB (Red+Green+Blue) = 190+186+180=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAB4 is #41454B. Grayscale: #BABABA. Windows color (decimal): -4277580 or 11844286. OLE color: 11844286.
HSL color Cylindrical-coordinate representation of color #BEBAB4: hue angle of 36º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 180 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.25 |
| HSL | 36º | 0.07% | 0.73% | - |
| HSV(B) | 36º | 0.05% | 0.75% | - |
| XYZ | 47.03 | 49.36 | 50.23 | - |
| YUV | 186.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 180 | 0 | 0.02 | 0.05 | 0.25 | 36 | 0.07 | 0.73 |
| Hex | BE | BA | B4 | 0 | 2 | 5 | 19 | 24 | 7 | 49 |
| Octal | 276 | 272 | 264 | 0 | 2 | 5 | 31 | 44 | 7 | 111 |
| Binary | 10111110 | 10111010 | 10110100 | 0 | 10 | 101 | 11001 | 100100 | 111 | 1001001 |
Color Harmonies of #BEBAB4
Complementary color
Monochromatic Colors of #BEBAB4
Black with #BEBAB4
Text Example
Text Example
White with #BEBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAB4; }
p { color: rgb(190,186,180); }
H1.HeaderClassName
{
color: #BEBAB4;
}
.AnyTagClassName
{
color: #BEBAB4;
}
</style>
background-color css
<style>
a { background-color: #BEBAB4; }
a { background-color: rgb(190,186,180); }
div.DivClassName
{
background-color: #BEBAB4;
}
.BgClassName
{
background-color: #BEBAB4;
}
</style>
border-color css
<style>
span { border-color: #BEBAB4; }
span { border-color: rgb(190,186,180); }
td.TdClassName
{
border-color: #BEBAB4;
}
.TagClassName
{
border-color: #BEBAB4;
}
</style>