Html Css Color HEX #BAE0B4 Madang

📋 copy color: '#BAE0B4'

red 186 ◦ green 224 ◦ blue 180

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

Shades of Madang #BAE0B4

Tints of Madang #BAE0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

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

R = 31.53%
G = 37.97%
B = 30.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#BAE0B4 (or 0xBAE0B4) is known color: Madang. HEX triplet: BA, E0 and B4. RGB value is (186,224,180). Sum of RGB (Red+Green+Blue) = 186+224+180=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0B4 is #451F4B. Grayscale: #CFCFCF. Windows color (decimal): -4529996 or 11854010. OLE color: 11854010.

HSL color Cylindrical-coordinate representation of color #BAE0B4: hue angle of 111.82º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE0B4 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 180 -
CMYK 0.17 0 0.20 0.12
HSL 111.82º 0.42% 0.79% -
HSV(B) 111.82º 0.2% 0.88% -
XYZ 55.14 67.05 53.21 -
YUV 207.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 186 224 180 0.17 0 0.20 0.12 111.82 0.42 0.79
Hex BA E0 B4 11 0 14 C 70 2A 4F
Octal 272 340 264 21 0 24 14 160 52 117
Binary 10111010 11100000 10110100 10001 0 10100 1100 1110000 101010 1001111

Color Harmonies of #BAE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0B4

Black with #BAE0B4

Text Example


Text Example

White with #BAE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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