Html Css Color HEX #BAEBB4 Madang

📋 copy color: '#BAEBB4'

red 186 ◦ green 235 ◦ blue 180

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

Shades of Madang #BAEBB4

Tints of Madang #BAEBB4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.1%

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

R = 30.95%
G = 39.1%
B = 29.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#BAEBB4 (or 0xBAEBB4) is known color: Madang. HEX triplet: BA, EB and B4. RGB value is (186,235,180). Sum of RGB (Red+Green+Blue) = 186+235+180=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBB4 is #45144B. Grayscale: #D6D6D6. Windows color (decimal): -4527180 or 11856826. OLE color: 11856826.

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

Color convert

RGB 186 235 180 -
CMYK 0.21 0 0.23 0.08
HSL 113.45º 0.58% 0.81% -
HSV(B) 113.45º 0.23% 0.92% -
XYZ 58.2 73.15 54.23 -
YUV 214.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 186 235 180 0.21 0 0.23 0.08 113.45 0.58 0.81
Hex BA EB B4 15 0 17 8 71 3A 51
Octal 272 353 264 25 0 27 10 161 72 121
Binary 10111010 11101011 10110100 10101 0 10111 1000 1110001 111010 1010001

Color Harmonies of #BAEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBB4

Black with #BAEBB4

Text Example


Text Example

White with #BAEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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