Html Css Color HEX #BAF7AF Madang

📋 copy color: '#BAF7AF'

red 186 ◦ green 247 ◦ blue 175

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

Shades of Madang #BAF7AF

Tints of Madang #BAF7AF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.63%

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 30.59%
G = 40.63%
B = 28.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#BAF7AF (or 0xBAF7AF) is known color: Madang. HEX triplet: BA, F7 and AF. RGB value is (186,247,175). Sum of RGB (Red+Green+Blue) = 186+247+175=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7AF is #450850. Grayscale: #DCDCDC. Windows color (decimal): -4524113 or 11532218. OLE color: 11532218.

HSL color Cylindrical-coordinate representation of color #BAF7AF: hue angle of 110.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF7AF is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 175 -
CMYK 0.25 0 0.29 0.03
HSL 110.83º 0.82% 0.83% -
HSV(B) 110.83º 0.29% 0.97% -
XYZ 61.25 80.06 52.78 -
YUV 220.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 186 247 175 0.25 0 0.29 0.03 110.83 0.82 0.83
Hex BA F7 AF 19 0 1D 3 6F 52 53
Octal 272 367 257 31 0 35 3 157 122 123
Binary 10111010 11110111 10101111 11001 0 11101 11 1101111 1010010 1010011

Color Harmonies of #BAF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7AF

Black with #BAF7AF

Text Example


Text Example

White with #BAF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7AF; }

 p { color: rgb(186,247,175); }

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

background-color css

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

 a { background-color: rgb(186,247,175); }

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

border-color css

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

 span { border-color: rgb(186,247,175); }

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