Html Css Color HEX #BAE9AF Madang

📋 copy color: '#BAE9AF'

red 186 ◦ green 233 ◦ blue 175

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

Shades of Madang #BAE9AF

Tints of Madang #BAE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.23%

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

R = 31.31%
G = 39.23%
B = 29.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#BAE9AF (or 0xBAE9AF) is known color: Madang. HEX triplet: BA, E9 and AF. RGB value is (186,233,175). Sum of RGB (Red+Green+Blue) = 186+233+175=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE9AF is #451650. Grayscale: #D4D4D4. Windows color (decimal): -4527697 or 11528634. OLE color: 11528634.

HSL color Cylindrical-coordinate representation of color #BAE9AF: hue angle of 108.62º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE9AF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 175 -
CMYK 0.20 0 0.25 0.09
HSL 108.62º 0.57% 0.8% -
HSV(B) 108.62º 0.25% 0.91% -
XYZ 57.13 71.81 51.41 -
YUV 212.34 106.93 109.22 -
System Red Green Blue C M Y K H S L
Decimal 186 233 175 0.20 0 0.25 0.09 108.62 0.57 0.8
Hex BA E9 AF 14 0 19 9 6D 39 50
Octal 272 351 257 24 0 31 11 155 71 120
Binary 10111010 11101001 10101111 10100 0 11001 1001 1101101 111001 1010000

Color Harmonies of #BAE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9AF

Black with #BAE9AF

Text Example


Text Example

White with #BAE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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