Shades of Caper #B3C088
Tints of Caper #B3C088
RGB
CMYK
RGB Variations
Color information
#B3C088 (or 0xB3C088) is known color: Caper. HEX triplet: B3, C0 and 88. RGB value is (179,192,136). Sum of RGB (Red+Green+Blue) = 179+192+136=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C088 is #4C3F77. Grayscale: #B5B5B5. Windows color (decimal): -4996984 or 8962227. OLE color: 8962227.
HSL color Cylindrical-coordinate representation of color #B3C088: hue angle of 73.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C088 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 136 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.25 |
| HSL | 73.93º | 0.31% | 0.64% | - |
| HSV(B) | 73.93º | 0.29% | 0.75% | - |
| XYZ | 41.88 | 49.06 | 30.55 | - |
| YUV | 181.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 136 | 0.07 | 0 | 0.29 | 0.25 | 73.93 | 0.31 | 0.64 |
| Hex | B3 | C0 | 88 | 7 | 0 | 1D | 19 | 4A | 1F | 40 |
| Octal | 263 | 300 | 210 | 7 | 0 | 35 | 31 | 112 | 37 | 100 |
| Binary | 10110011 | 11000000 | 10001000 | 111 | 0 | 11101 | 11001 | 1001010 | 11111 | 1000000 |
Color Harmonies of #B3C088
Complementary color
Monochromatic Colors of #B3C088
Black with #B3C088
Text Example
Text Example
White with #B3C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C088; }
p { color: rgb(179,192,136); }
H1.HeaderClassName
{
color: #B3C088;
}
.AnyTagClassName
{
color: #B3C088;
}
</style>
background-color css
<style>
a { background-color: #B3C088; }
a { background-color: rgb(179,192,136); }
div.DivClassName
{
background-color: #B3C088;
}
.BgClassName
{
background-color: #B3C088;
}
</style>
border-color css
<style>
span { border-color: #B3C088; }
span { border-color: rgb(179,192,136); }
td.TdClassName
{
border-color: #B3C088;
}
.TagClassName
{
border-color: #B3C088;
}
</style>