Shades of Caper #B1C088
Tints of Caper #B1C088
RGB
CMYK
RGB Variations
Color information
#B1C088 (or 0xB1C088) is known color: Caper. HEX triplet: B1, C0 and 88. RGB value is (177,192,136). Sum of RGB (Red+Green+Blue) = 177+192+136=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C088 is #4E3F77. Grayscale: #B5B5B5. Windows color (decimal): -5128056 or 8962225. OLE color: 8962225.
HSL color Cylindrical-coordinate representation of color #B1C088: hue angle of 76.07º 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 #B1C088 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 136 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.25 |
| HSL | 76.07º | 0.31% | 0.64% | - |
| HSV(B) | 76.07º | 0.29% | 0.75% | - |
| XYZ | 41.43 | 48.82 | 30.53 | - |
| YUV | 181.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 136 | 0.08 | 0 | 0.29 | 0.25 | 76.07 | 0.31 | 0.64 |
| Hex | B1 | C0 | 88 | 8 | 0 | 1D | 19 | 4C | 1F | 40 |
| Octal | 261 | 300 | 210 | 10 | 0 | 35 | 31 | 114 | 37 | 100 |
| Binary | 10110001 | 11000000 | 10001000 | 1000 | 0 | 11101 | 11001 | 1001100 | 11111 | 1000000 |
Color Harmonies of #B1C088
Complementary color
Monochromatic Colors of #B1C088
Black with #B1C088
Text Example
Text Example
White with #B1C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C088; }
p { color: rgb(177,192,136); }
H1.HeaderClassName
{
color: #B1C088;
}
.AnyTagClassName
{
color: #B1C088;
}
</style>
background-color css
<style>
a { background-color: #B1C088; }
a { background-color: rgb(177,192,136); }
div.DivClassName
{
background-color: #B1C088;
}
.BgClassName
{
background-color: #B1C088;
}
</style>
border-color css
<style>
span { border-color: #B1C088; }
span { border-color: rgb(177,192,136); }
td.TdClassName
{
border-color: #B1C088;
}
.TagClassName
{
border-color: #B1C088;
}
</style>