Html Css Color HEX #BABDB6 Tasman

📋 copy color: '#BABDB6'

red 186 ◦ green 189 ◦ blue 182

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

Shades of Tasman #BABDB6

Tints of Tasman #BABDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 33.39%
G = 33.93%
B = 32.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BABDB6 (or 0xBABDB6) is known color: Tasman. HEX triplet: BA, BD and B6. RGB value is (186,189,182). Sum of RGB (Red+Green+Blue) = 186+189+182=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDB6 is #454249. Grayscale: #BBBBBB. Windows color (decimal): -4538954 or 11976122. OLE color: 11976122.

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

Color convert

RGB 186 189 182 -
CMYK 0.02 0 0.04 0.26
HSL 85.71º 0.05% 0.73% -
HSV(B) 85.71º 0.04% 0.74% -
XYZ 46.89 50.21 51.48 -
YUV 187.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 186 189 182 0.02 0 0.04 0.26 85.71 0.05 0.73
Hex BA BD B6 2 0 4 1A 56 5 49
Octal 272 275 266 2 0 4 32 126 5 111
Binary 10111010 10111101 10110110 10 0 100 11010 1010110 101 1001001

Color Harmonies of #BABDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDB6

Black with #BABDB6

Text Example


Text Example

White with #BABDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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