Shades of Cloud #BAB7B3
Tints of Cloud #BAB7B3
RGB
CMYK
RGB Variations
Color information
#BAB7B3 (or 0xBAB7B3) is known color: Cloud. HEX triplet: BA, B7 and B3. RGB value is (186,183,179). Sum of RGB (Red+Green+Blue) = 186+183+179=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B3 is #45484C. Grayscale: #B7B7B7. Windows color (decimal): -4540493 or 11777978. OLE color: 11777978.
HSL color Cylindrical-coordinate representation of color #BAB7B3: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB7B3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 179 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.27 |
| HSL | 34.29º | 0.05% | 0.72% | - |
| HSV(B) | 34.29º | 0.04% | 0.73% | - |
| XYZ | 45.32 | 47.56 | 49.44 | - |
| YUV | 183.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 179 | 0 | 0.02 | 0.04 | 0.27 | 34.29 | 0.05 | 0.72 |
| Hex | BA | B7 | B3 | 0 | 2 | 4 | 1B | 22 | 5 | 48 |
| Octal | 272 | 267 | 263 | 0 | 2 | 4 | 33 | 42 | 5 | 110 |
| Binary | 10111010 | 10110111 | 10110011 | 0 | 10 | 100 | 11011 | 100010 | 101 | 1001000 |
Color Harmonies of #BAB7B3
Complementary color
Monochromatic Colors of #BAB7B3
Black with #BAB7B3
Text Example
Text Example
White with #BAB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7B3; }
p { color: rgb(186,183,179); }
H1.HeaderClassName
{
color: #BAB7B3;
}
.AnyTagClassName
{
color: #BAB7B3;
}
</style>
background-color css
<style>
a { background-color: #BAB7B3; }
a { background-color: rgb(186,183,179); }
div.DivClassName
{
background-color: #BAB7B3;
}
.BgClassName
{
background-color: #BAB7B3;
}
</style>
border-color css
<style>
span { border-color: #BAB7B3; }
span { border-color: rgb(186,183,179); }
td.TdClassName
{
border-color: #BAB7B3;
}
.TagClassName
{
border-color: #BAB7B3;
}
</style>