Shades of Silk #BBAEA2
Tints of Silk #BBAEA2
RGB
CMYK
RGB Variations
Color information
#BBAEA2 (or 0xBBAEA2) is known color: Silk. HEX triplet: BB, AE and A2. RGB value is (187,174,162). Sum of RGB (Red+Green+Blue) = 187+174+162=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA2 is #44515D. Grayscale: #B0B0B0. Windows color (decimal): -4477278 or 10661563. OLE color: 10661563.
HSL color Cylindrical-coordinate representation of color #BBAEA2: hue angle of 28.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAEA2 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 162 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.27 |
| HSL | 28.8º | 0.16% | 0.68% | - |
| HSV(B) | 28.8º | 0.13% | 0.73% | - |
| XYZ | 42.15 | 43.45 | 40.35 | - |
| YUV | 176.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 162 | 0 | 0.07 | 0.13 | 0.27 | 28.8 | 0.16 | 0.68 |
| Hex | BB | AE | A2 | 0 | 7 | D | 1B | 1D | 10 | 44 |
| Octal | 273 | 256 | 242 | 0 | 7 | 15 | 33 | 35 | 20 | 104 |
| Binary | 10111011 | 10101110 | 10100010 | 0 | 111 | 1101 | 11011 | 11101 | 10000 | 1000100 |
Color Harmonies of #BBAEA2
Complementary color
Monochromatic Colors of #BBAEA2
Black with #BBAEA2
Text Example
Text Example
White with #BBAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEA2; }
p { color: rgb(187,174,162); }
H1.HeaderClassName
{
color: #BBAEA2;
}
.AnyTagClassName
{
color: #BBAEA2;
}
</style>
background-color css
<style>
a { background-color: #BBAEA2; }
a { background-color: rgb(187,174,162); }
div.DivClassName
{
background-color: #BBAEA2;
}
.BgClassName
{
background-color: #BBAEA2;
}
</style>
border-color css
<style>
span { border-color: #BBAEA2; }
span { border-color: rgb(187,174,162); }
td.TdClassName
{
border-color: #BBAEA2;
}
.TagClassName
{
border-color: #BBAEA2;
}
</style>