Html Css Color HEX #BABEB2 Tasman

📋 copy color: '#BABEB2'

red 186 ◦ green 190 ◦ blue 178

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

Shades of Tasman #BABEB2

Tints of Tasman #BABEB2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.3%

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 33.57%
G = 34.3%
B = 32.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BABEB2 (or 0xBABEB2) is known color: Tasman. HEX triplet: BA, BE and B2. RGB value is (186,190,178). Sum of RGB (Red+Green+Blue) = 186+190+178=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABEB2 is #45414D. Grayscale: #BBBBBB. Windows color (decimal): -4538702 or 11714234. OLE color: 11714234.

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

Color convert

RGB 186 190 178 -
CMYK 0.02 0 0.06 0.25
HSL 80º 0.08% 0.72% -
HSV(B) 80º 0.06% 0.75% -
XYZ 46.7 50.48 49.4 -
YUV 187.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 186 190 178 0.02 0 0.06 0.25 80 0.08 0.72
Hex BA BE B2 2 0 6 19 50 8 48
Octal 272 276 262 2 0 6 31 120 10 110
Binary 10111010 10111110 10110010 10 0 110 11001 1010000 1000 1001000

Color Harmonies of #BABEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEB2

Black with #BABEB2

Text Example


Text Example

White with #BABEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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