Html Css Color HEX #BAEAAF Madang

📋 copy color: '#BAEAAF'

red 186 ◦ green 234 ◦ blue 175

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

Shades of Madang #BAEAAF

Tints of Madang #BAEAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

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

R = 31.26%
G = 39.33%
B = 29.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BAEAAF (or 0xBAEAAF) is known color: Madang. HEX triplet: BA, EA and AF. RGB value is (186,234,175). Sum of RGB (Red+Green+Blue) = 186+234+175=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAAF is #451550. Grayscale: #D5D5D5. Windows color (decimal): -4527441 or 11528890. OLE color: 11528890.

HSL color Cylindrical-coordinate representation of color #BAEAAF: hue angle of 108.81º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEAAF is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 175 -
CMYK 0.21 0 0.25 0.08
HSL 108.81º 0.58% 0.8% -
HSV(B) 108.81º 0.25% 0.92% -
XYZ 57.41 72.38 51.5 -
YUV 212.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 186 234 175 0.21 0 0.25 0.08 108.81 0.58 0.8
Hex BA EA AF 15 0 19 8 6D 3A 50
Octal 272 352 257 25 0 31 10 155 72 120
Binary 10111010 11101010 10101111 10101 0 11001 1000 1101101 111010 1010000

Color Harmonies of #BAEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAAF

Black with #BAEAAF

Text Example


Text Example

White with #BAEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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