#B1BD8F

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

Shades of Caper #B1BD8F

Tints of Caper #B1BD8F

Color information

#B1BD8F (or 0xB1BD8F) is unknown color: approx Caper. HEX triplet: B1, BD and 8F. RGB value is (177,189,143). Sum of RGB (Red+Green+Blue) = 177+189+143=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD8F is #4E4270. Grayscale: #B4B4B4. Windows color (decimal): -5128817 or 9420209. OLE color: 9420209.

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

Color convert

RGB177189143-
CMYK0.0600.240.26
HSL75.65º25.84%65.1%-
HSV(B)75.65º24.34%74.12%-
XYZ41.2947.7333.02-
YUV180.17107.02125.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=34.77%
G=37.13%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891430.0600.240.2675.6525.8465.1
HexB1BD8F60181A4c1a41
Octal26127521760303211432101
Binary101100011011110110001111110011000110101001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD8F; }

 p { color: rgb(177,189,143); }

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

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

 a { background-color: rgb(177,189,143); }

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

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

 span { border-color: rgb(177,189,143); }

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