Shades of Caper #B2BD8A
Tints of Caper #B2BD8A
RGB
CMYK
RGB Variations
Color information
#B2BD8A (or 0xB2BD8A) is known color: Caper. HEX triplet: B2, BD and 8A. RGB value is (178,189,138). Sum of RGB (Red+Green+Blue) = 178+189+138=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD8A is #4D4275. Grayscale: #B4B4B4. Windows color (decimal): -5063286 or 9092530. OLE color: 9092530.
HSL color Cylindrical-coordinate representation of color #B2BD8A: hue angle of 72.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2BD8A is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 138 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.26 |
| HSL | 72.94º | 0.28% | 0.64% | - |
| HSV(B) | 72.94º | 0.27% | 0.74% | - |
| XYZ | 41.15 | 47.7 | 31.08 | - |
| YUV | 179.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 138 | 0.06 | 0 | 0.27 | 0.26 | 72.94 | 0.28 | 0.64 |
| Hex | B2 | BD | 8A | 6 | 0 | 1B | 1A | 49 | 1C | 40 |
| Octal | 262 | 275 | 212 | 6 | 0 | 33 | 32 | 111 | 34 | 100 |
| Binary | 10110010 | 10111101 | 10001010 | 110 | 0 | 11011 | 11010 | 1001001 | 11100 | 1000000 |
Color Harmonies of #B2BD8A
Complementary color
Monochromatic Colors of #B2BD8A
Black with #B2BD8A
Text Example
Text Example
White with #B2BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD8A; }
p { color: rgb(178,189,138); }
H1.HeaderClassName
{
color: #B2BD8A;
}
.AnyTagClassName
{
color: #B2BD8A;
}
</style>
background-color css
<style>
a { background-color: #B2BD8A; }
a { background-color: rgb(178,189,138); }
div.DivClassName
{
background-color: #B2BD8A;
}
.BgClassName
{
background-color: #B2BD8A;
}
</style>
border-color css
<style>
span { border-color: #B2BD8A; }
span { border-color: rgb(178,189,138); }
td.TdClassName
{
border-color: #B2BD8A;
}
.TagClassName
{
border-color: #B2BD8A;
}
</style>