Html Css Color HEX #BAF6A5 Madang

📋 copy color: '#BAF6A5'

red 186 ◦ green 246 ◦ blue 165

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

Shades of Madang #BAF6A5

Tints of Madang #BAF6A5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.21%

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 31.16%
G = 41.21%
B = 27.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#BAF6A5 (or 0xBAF6A5) is known color: Madang. HEX triplet: BA, F6 and A5. RGB value is (186,246,165). Sum of RGB (Red+Green+Blue) = 186+246+165=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF6A5 is #45095A. Grayscale: #DBDBDB. Windows color (decimal): -4524379 or 10876602. OLE color: 10876602.

HSL color Cylindrical-coordinate representation of color #BAF6A5: hue angle of 104.44º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAF6A5 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 165 -
CMYK 0.24 0 0.33 0.04
HSL 104.44º 0.82% 0.81% -
HSV(B) 104.44º 0.33% 0.96% -
XYZ 60 79.07 47.7 -
YUV 218.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 186 246 165 0.24 0 0.33 0.04 104.44 0.82 0.81
Hex BA F6 A5 18 0 21 4 68 52 51
Octal 272 366 245 30 0 41 4 150 122 121
Binary 10111010 11110110 10100101 11000 0 100001 100 1101000 1010010 1010001

Color Harmonies of #BAF6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6A5

Black with #BAF6A5

Text Example


Text Example

White with #BAF6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6A5; }

 p { color: rgb(186,246,165); }

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

background-color css

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

 a { background-color: rgb(186,246,165); }

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

border-color css

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

 span { border-color: rgb(186,246,165); }

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