#BABFB1

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

Shades of Tasman #BABFB1

Tints of Tasman #BABFB1

Color information

#BABFB1 (or 0xBABFB1) is unknown color: approx Tasman. HEX triplet: BA, BF and B1. RGB value is (186,191,177). Sum of RGB (Red+Green+Blue) = 186+191+177=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFB1 is #45404E. Grayscale: #BBBBBB. Windows color (decimal): -4538447 or 11648954. OLE color: 11648954.

HSL color Cylindrical-coordinate representation of color #BABFB1: hue angle of 81.43º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABFB1 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB186191177-
CMYK0.0300.070.25
HSL81.43º9.86%72.16%-
HSV(B)81.43º7.33%74.9%-
XYZ46.8250.8848.95-
YUV187.91121.84126.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=33.57%
G=34.48%
B=31.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911770.0300.070.2581.439.8672.16
HexBABFB13071951a48
Octal2722772613073112112110
Binary10111010101111111011000111011111001101000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFB1; }

 p { color: rgb(186,191,177); }

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

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

 a { background-color: rgb(186,191,177); }

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

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

 span { border-color: rgb(186,191,177); }

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