Html Css Color HEX #BAE5B4 Madang

📋 copy color: '#BAE5B4'

red 186 ◦ green 229 ◦ blue 180

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

Shades of Madang #BAE5B4

Tints of Madang #BAE5B4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.49%

 BLUE value IS 180 (70.7% from 255) = 30.25%

R = 31.26%
G = 38.49%
B = 30.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#BAE5B4 (or 0xBAE5B4) is known color: Madang. HEX triplet: BA, E5 and B4. RGB value is (186,229,180). Sum of RGB (Red+Green+Blue) = 186+229+180=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5B4 is #451A4B. Grayscale: #D2D2D2. Windows color (decimal): -4528716 or 11855290. OLE color: 11855290.

HSL color Cylindrical-coordinate representation of color #BAE5B4: hue angle of 112.65º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE5B4 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 180 -
CMYK 0.19 0 0.21 0.10
HSL 112.65º 0.49% 0.8% -
HSV(B) 112.65º 0.21% 0.9% -
XYZ 56.51 69.77 53.67 -
YUV 210.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 186 229 180 0.19 0 0.21 0.10 112.65 0.49 0.8
Hex BA E5 B4 13 0 15 A 71 31 50
Octal 272 345 264 23 0 25 12 161 61 120
Binary 10111010 11100101 10110100 10011 0 10101 1010 1110001 110001 1010000

Color Harmonies of #BAE5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5B4

Black with #BAE5B4

Text Example


Text Example

White with #BAE5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5B4; }

 p { color: rgb(186,229,180); }

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

background-color css

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

 a { background-color: rgb(186,229,180); }

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

border-color css

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

 span { border-color: rgb(186,229,180); }

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