Html Css Color HEX #BABCB6 Tasman

📋 copy color: '#BABCB6'

red 186 ◦ green 188 ◦ blue 182

#BABCB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #BABCB6

Tints of Tasman #BABCB6

RGB

 RED value IS 186 (73.05% from 255) = 33.45%

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 33.45%
G = 33.81%
B = 32.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BABCB6 (or 0xBABCB6) is known color: Tasman. HEX triplet: BA, BC and B6. RGB value is (186,188,182). Sum of RGB (Red+Green+Blue) = 186+188+182=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB6 is #454349. Grayscale: #BABABA. Windows color (decimal): -4539210 or 11975866. OLE color: 11975866.

HSL color Cylindrical-coordinate representation of color #BABCB6: hue angle of 80º 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 #BABCB6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 182 -
CMYK 0.01 0 0.03 0.26
HSL 80º 0.04% 0.73% -
HSV(B) 80º 0.03% 0.74% -
XYZ 46.68 49.78 51.4 -
YUV 186.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 186 188 182 0.01 0 0.03 0.26 80 0.04 0.73
Hex BA BC B6 1 0 3 1A 50 4 49
Octal 272 274 266 1 0 3 32 120 4 111
Binary 10111010 10111100 10110110 1 0 11 11010 1010000 100 1001001

Color Harmonies of #BABCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCB6

Black with #BABCB6

Text Example


Text Example

White with #BABCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCB6; }

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

 H1.HeaderClassName
 {
   color: #BABCB6;
 }
 .AnyTagClassName
 {
   color: #BABCB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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