#BABFB2

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

Shades of Tasman #BABFB2

Tints of Tasman #BABFB2

Color information

#BABFB2 (or 0xBABFB2) is unknown color: approx Tasman. HEX triplet: BA, BF and B2. RGB value is (186,191,178). Sum of RGB (Red+Green+Blue) = 186+191+178=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFB2 is #45404D. Grayscale: #BCBCBC. Windows color (decimal): -4538446 or 11714490. OLE color: 11714490.

HSL color Cylindrical-coordinate representation of color #BABFB2: hue angle of 83.08º degrees, saturation: 0.09, 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 #BABFB2 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB186191178-
CMYK0.0300.070.25
HSL83.08º9.22%72.35%-
HSV(B)83.08º6.81%74.9%-
XYZ46.9250.9249.47-
YUV188.02122.34126.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=33.51%
G=34.41%
B=32.07%

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
Decimal1861911780.0300.070.2583.089.2272.35
HexBABFB23071953948
Octal2722772623073112311110
Binary10111010101111111011001011011111001101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFB2; }

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

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

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

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

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

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

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

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