#B5BFA9

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

Shades of Tasman #B5BFA9

Tints of Tasman #B5BFA9

Color information

#B5BFA9 (or 0xB5BFA9) is unknown color: approx Tasman. HEX triplet: B5, BF and A9. RGB value is (181,191,169). Sum of RGB (Red+Green+Blue) = 181+191+169=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA9 is #4A4056. Grayscale: #B9B9B9. Windows color (decimal): -4866135 or 11124661. OLE color: 11124661.

HSL color Cylindrical-coordinate representation of color #B5BFA9: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BFA9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB181191169-
CMYK0.0500.120.25
HSL87.27º14.67%70.59%-
HSV(B)87.27º11.52%74.9%-
XYZ44.8549.9544.81-
YUV185.5118.69124.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=33.46%
G=35.30%
B=31.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911690.0500.120.2587.2714.6770.59
HexB5BFA950C1957f47
Octal26527725150143112717107
Binary1011010110111111101010011010110011001101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFA9; }

 p { color: rgb(181,191,169); }

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

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

 a { background-color: rgb(181,191,169); }

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

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

 span { border-color: rgb(181,191,169); }

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