#B0BD8E

Color #B0BD8E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B0BD8E

Tints of Caper #B0BD8E

Color information

#B0BD8E (or 0xB0BD8E) is unknown color: approx Caper. HEX triplet: B0, BD and 8E. RGB value is (176,189,142). Sum of RGB (Red+Green+Blue) = 176+189+142=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD8E is #4F4271. Grayscale: #B3B3B3. Windows color (decimal): -5194354 or 9354672. OLE color: 9354672.

HSL color Cylindrical-coordinate representation of color #B0BD8E: hue angle of 76.6º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BD8E is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB176189142-
CMYK0.0700.250.26
HSL76.6º26.26%64.9%-
HSV(B)76.6º24.87%74.12%-
XYZ40.9847.5832.61-
YUV179.76106.69125.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=34.71%
G=37.28%
B=28.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891420.0700.250.2676.626.2664.9
HexB0BD8E70191A4d1a41
Octal26027521670313211532101
Binary101100001011110110001110111011001110101001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD8E; }

 p { color: rgb(176,189,142); }

 H1.HeaderClassName
 {
   color: #B0BD8E;
 }
 .AnyTagClassName
 {
   color: #B0BD8E;
 }
</style>
background-color css

<style>
 a { background-color: #B0BD8E; }

 a { background-color: rgb(176,189,142); }

 div.DivClassName
 {
   background-color: #B0BD8E;
 }
 .BgClassName
 {
   background-color: #B0BD8E;
 }
</style>
border-color css

<style>
 span { border-color: #B0BD8E; }

 span { border-color: rgb(176,189,142); }

 td.TdClassName
 {
   border-color: #B0BD8E;
 }
 .TagClassName
 {
   border-color: #B0BD8E;
 }
</style>