Shades of Cloudy #B2B0AC
Tints of Cloudy #B2B0AC
RGB
CMYK
RGB Variations
Color information
#B2B0AC (or 0xB2B0AC) is known color: Cloudy. HEX triplet: B2, B0 and AC. RGB value is (178,176,172). Sum of RGB (Red+Green+Blue) = 178+176+172=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B0AC is #4D4F53. Grayscale: #B0B0B0. Windows color (decimal): -5066580 or 11317426. OLE color: 11317426.
HSL color Cylindrical-coordinate representation of color #B2B0AC: hue angle of 40º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B0AC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 176 | 172 | - |
CMYK | 0 | 0.01 | 0.03 | 0.30 |
HSL | 40º | 0.04% | 0.69% | - |
HSV(B) | 40º | 0.03% | 0.7% | - |
XYZ | 41.33 | 43.49 | 45.25 | - |
YUV | 176.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 176 | 172 | 0 | 0.01 | 0.03 | 0.30 | 40 | 0.04 | 0.69 |
Hex | B2 | B0 | AC | 0 | 1 | 3 | 1E | 28 | 4 | 45 |
Octal | 262 | 260 | 254 | 0 | 1 | 3 | 36 | 50 | 4 | 105 |
Binary | 10110010 | 10110000 | 10101100 | 0 | 1 | 11 | 11110 | 101000 | 100 | 1000101 |
Color Harmonies of #B2B0AC
Complementary color
Monochromatic Colors of #B2B0AC
Black with #B2B0AC
Text Example
Text Example
White with #B2B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0AC; }
p { color: rgb(178,176,172); }
H1.HeaderClassName
{
color: #B2B0AC;
}
.AnyTagClassName
{
color: #B2B0AC;
}
</style>
background-color css
<style>
a { background-color: #B2B0AC; }
a { background-color: rgb(178,176,172); }
div.DivClassName
{
background-color: #B2B0AC;
}
.BgClassName
{
background-color: #B2B0AC;
}
</style>
border-color css
<style>
span { border-color: #B2B0AC; }
span { border-color: rgb(178,176,172); }
td.TdClassName
{
border-color: #B2B0AC;
}
.TagClassName
{
border-color: #B2B0AC;
}
</style>