Shades of Cloud #BEB8B0
Tints of Cloud #BEB8B0
RGB
CMYK
RGB Variations
Color information
#BEB8B0 (or 0xBEB8B0) is known color: Cloud. HEX triplet: BE, B8 and B0. RGB value is (190,184,176). Sum of RGB (Red+Green+Blue) = 190+184+176=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8B0 is #41474F. Grayscale: #B8B8B8. Windows color (decimal): -4278096 or 11581630. OLE color: 11581630.
HSL color Cylindrical-coordinate representation of color #BEB8B0: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB8B0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 176 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.25 |
| HSL | 34.29º | 0.1% | 0.72% | - |
| HSV(B) | 34.29º | 0.07% | 0.75% | - |
| XYZ | 46.21 | 48.36 | 47.97 | - |
| YUV | 184.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 176 | 0 | 0.03 | 0.07 | 0.25 | 34.29 | 0.1 | 0.72 |
| Hex | BE | B8 | B0 | 0 | 3 | 7 | 19 | 22 | A | 48 |
| Octal | 276 | 270 | 260 | 0 | 3 | 7 | 31 | 42 | 12 | 110 |
| Binary | 10111110 | 10111000 | 10110000 | 0 | 11 | 111 | 11001 | 100010 | 1010 | 1001000 |
Color Harmonies of #BEB8B0
Complementary color
Monochromatic Colors of #BEB8B0
Black with #BEB8B0
Text Example
Text Example
White with #BEB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8B0; }
p { color: rgb(190,184,176); }
H1.HeaderClassName
{
color: #BEB8B0;
}
.AnyTagClassName
{
color: #BEB8B0;
}
</style>
background-color css
<style>
a { background-color: #BEB8B0; }
a { background-color: rgb(190,184,176); }
div.DivClassName
{
background-color: #BEB8B0;
}
.BgClassName
{
background-color: #BEB8B0;
}
</style>
border-color css
<style>
span { border-color: #BEB8B0; }
span { border-color: rgb(190,184,176); }
td.TdClassName
{
border-color: #BEB8B0;
}
.TagClassName
{
border-color: #BEB8B0;
}
</style>