#BABFAF

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

Shades of Tasman #BABFAF

Tints of Tasman #BABFAF

Color information

#BABFAF (or 0xBABFAF) is unknown color: approx Tasman. HEX triplet: BA, BF and AF. RGB value is (186,191,175). Sum of RGB (Red+Green+Blue) = 186+191+175=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFAF is #454050. Grayscale: #BBBBBB. Windows color (decimal): -4538449 or 11517882. OLE color: 11517882.

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

Color convert

RGB186191175-
CMYK0.0300.080.25
HSL78.75º11.11%71.76%-
HSV(B)78.75º8.38%74.9%-
XYZ46.6250.847.9-
YUV187.68120.84126.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=33.70%
G=34.60%
B=31.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911750.0300.080.2578.7511.1171.76
HexBABFAF308194fb48
Octal27227725730103111713110
Binary101110101011111110101111110100011001100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFAF; }

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

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

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

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

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

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

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

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