Html Css Color HEX #BAEFA3 Madang

📋 copy color: '#BAEFA3'

red 186 ◦ green 239 ◦ blue 163

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

Shades of Madang #BAEFA3

Tints of Madang #BAEFA3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.65%

 BLUE value IS 163 (64.06% from 255) = 27.72%

R = 31.63%
G = 40.65%
B = 27.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#BAEFA3 (or 0xBAEFA3) is known color: Madang. HEX triplet: BA, EF and A3. RGB value is (186,239,163). Sum of RGB (Red+Green+Blue) = 186+239+163=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFA3 is #45105C. Grayscale: #D6D6D6. Windows color (decimal): -4526173 or 10743738. OLE color: 10743738.

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

Color convert

RGB 186 239 163 -
CMYK 0.22 0 0.32 0.06
HSL 101.84º 0.7% 0.79% -
HSV(B) 101.84º 0.32% 0.94% -
XYZ 57.73 74.82 46.05 -
YUV 214.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 186 239 163 0.22 0 0.32 0.06 101.84 0.7 0.79
Hex BA EF A3 16 0 20 6 66 46 4F
Octal 272 357 243 26 0 40 6 146 106 117
Binary 10111010 11101111 10100011 10110 0 100000 110 1100110 1000110 1001111

Color Harmonies of #BAEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFA3

Black with #BAEFA3

Text Example


Text Example

White with #BAEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFA3; }

 p { color: rgb(186,239,163); }

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

background-color css

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

 a { background-color: rgb(186,239,163); }

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

border-color css

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

 span { border-color: rgb(186,239,163); }

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