Html Css Color HEX #BAF0AB Madang

📋 copy color: '#BAF0AB'

red 186 ◦ green 240 ◦ blue 171

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

Shades of Madang #BAF0AB

Tints of Madang #BAF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 31.16%
G = 40.2%
B = 28.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#BAF0AB (or 0xBAF0AB) is known color: Madang. HEX triplet: BA, F0 and AB. RGB value is (186,240,171). Sum of RGB (Red+Green+Blue) = 186+240+171=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AB is #450F54. Grayscale: #D8D8D8. Windows color (decimal): -4525909 or 11268282. OLE color: 11268282.

HSL color Cylindrical-coordinate representation of color #BAF0AB: hue angle of 106.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF0AB is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 171 -
CMYK 0.22 0 0.29 0.06
HSL 106.96º 0.7% 0.81% -
HSV(B) 106.96º 0.29% 0.94% -
XYZ 58.76 75.7 50.04 -
YUV 215.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 186 240 171 0.22 0 0.29 0.06 106.96 0.7 0.81
Hex BA F0 AB 16 0 1D 6 6B 46 51
Octal 272 360 253 26 0 35 6 153 106 121
Binary 10111010 11110000 10101011 10110 0 11101 110 1101011 1000110 1010001

Color Harmonies of #BAF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0AB

Black with #BAF0AB

Text Example


Text Example

White with #BAF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0AB; }

 p { color: rgb(186,240,171); }

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

background-color css

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

 a { background-color: rgb(186,240,171); }

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

border-color css

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

 span { border-color: rgb(186,240,171); }

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