Shades of Cloud #BEBBB7
Tints of Cloud #BEBBB7
RGB
CMYK
RGB Variations
Color information
#BEBBB7 (or 0xBEBBB7) is known color: Cloud. HEX triplet: BE, BB and B7. RGB value is (190,187,183). Sum of RGB (Red+Green+Blue) = 190+187+183=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB7 is #414448. Grayscale: #BBBBBB. Windows color (decimal): -4277321 or 12041150. OLE color: 12041150.
HSL color Cylindrical-coordinate representation of color #BEBBB7: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBBB7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 187 | 183 | - |
CMYK | 0 | 0.02 | 0.04 | 0.25 |
HSL | 34.29º | 0.05% | 0.73% | - |
HSV(B) | 34.29º | 0.04% | 0.75% | - |
XYZ | 47.55 | 49.91 | 51.93 | - |
YUV | 187.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 187 | 183 | 0 | 0.02 | 0.04 | 0.25 | 34.29 | 0.05 | 0.73 |
Hex | BE | BB | B7 | 0 | 2 | 4 | 19 | 22 | 5 | 49 |
Octal | 276 | 273 | 267 | 0 | 2 | 4 | 31 | 42 | 5 | 111 |
Binary | 10111110 | 10111011 | 10110111 | 0 | 10 | 100 | 11001 | 100010 | 101 | 1001001 |
Color Harmonies of #BEBBB7
Complementary color
Monochromatic Colors of #BEBBB7
Black with #BEBBB7
Text Example
Text Example
White with #BEBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBB7; }
p { color: rgb(190,187,183); }
H1.HeaderClassName
{
color: #BEBBB7;
}
.AnyTagClassName
{
color: #BEBBB7;
}
</style>
background-color css
<style>
a { background-color: #BEBBB7; }
a { background-color: rgb(190,187,183); }
div.DivClassName
{
background-color: #BEBBB7;
}
.BgClassName
{
background-color: #BEBBB7;
}
</style>
border-color css
<style>
span { border-color: #BEBBB7; }
span { border-color: rgb(190,187,183); }
td.TdClassName
{
border-color: #BEBBB7;
}
.TagClassName
{
border-color: #BEBBB7;
}
</style>