#BABCB7

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

Shades of Tasman #BABCB7

Tints of Tasman #BABCB7

Color information

#BABCB7 (or 0xBABCB7) is unknown color: approx Tasman. HEX triplet: BA, BC and B7. RGB value is (186,188,183). Sum of RGB (Red+Green+Blue) = 186+188+183=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB7 is #454348. Grayscale: #BABABA. Windows color (decimal): -4539209 or 12041402. OLE color: 12041402.

HSL color Cylindrical-coordinate representation of color #BABCB7: hue angle of 84º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABCB7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB186188183-
CMYK0.0100.030.26
HSL84º3.6%72.75%-
HSV(B)84º2.66%73.73%-
XYZ46.7849.8251.95-
YUV186.83125.84127.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=33.39%
G=33.75%
B=32.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881830.0100.030.26843.672.75
HexBABCB71031A54449
Octal272274267103321244111
Binary10111010101111001011011110111101010101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB7; }

 p { color: rgb(186,188,183); }

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

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

 a { background-color: rgb(186,188,183); }

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

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

 span { border-color: rgb(186,188,183); }

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