Html Css Color HEX #BAEDB4 Madang

📋 copy color: '#BAEDB4'

red 186 ◦ green 237 ◦ blue 180

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

Shades of Madang #BAEDB4

Tints of Madang #BAEDB4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.3%

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

R = 30.85%
G = 39.3%
B = 29.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#BAEDB4 (or 0xBAEDB4) is known color: Madang. HEX triplet: BA, ED and B4. RGB value is (186,237,180). Sum of RGB (Red+Green+Blue) = 186+237+180=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB4 is #45124B. Grayscale: #D7D7D7. Windows color (decimal): -4526668 or 11857338. OLE color: 11857338.

HSL color Cylindrical-coordinate representation of color #BAEDB4: hue angle of 113.68º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEDB4 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 180 -
CMYK 0.22 0 0.24 0.07
HSL 113.68º 0.61% 0.82% -
HSV(B) 113.68º 0.24% 0.93% -
XYZ 58.77 74.3 54.42 -
YUV 215.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 186 237 180 0.22 0 0.24 0.07 113.68 0.61 0.82
Hex BA ED B4 16 0 18 7 72 3D 52
Octal 272 355 264 26 0 30 7 162 75 122
Binary 10111010 11101101 10110100 10110 0 11000 111 1110010 111101 1010010

Color Harmonies of #BAEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDB4

Black with #BAEDB4

Text Example


Text Example

White with #BAEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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