Html Css Color HEX #BAE0B5 Madang

📋 copy color: '#BAE0B5'

red 186 ◦ green 224 ◦ blue 181

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

Shades of Madang #BAE0B5

Tints of Madang #BAE0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.63%

R = 31.47%
G = 37.9%
B = 30.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#BAE0B5 (or 0xBAE0B5) is known color: Madang. HEX triplet: BA, E0 and B5. RGB value is (186,224,181). Sum of RGB (Red+Green+Blue) = 186+224+181=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0B5 is #451F4A. Grayscale: #CFCFCF. Windows color (decimal): -4529995 or 11919546. OLE color: 11919546.

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

Color convert

RGB 186 224 181 -
CMYK 0.17 0 0.19 0.12
HSL 113.02º 0.41% 0.79% -
HSV(B) 113.02º 0.19% 0.88% -
XYZ 55.25 67.09 53.75 -
YUV 207.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 186 224 181 0.17 0 0.19 0.12 113.02 0.41 0.79
Hex BA E0 B5 11 0 13 C 71 29 4F
Octal 272 340 265 21 0 23 14 161 51 117
Binary 10111010 11100000 10110101 10001 0 10011 1100 1110001 101001 1001111

Color Harmonies of #BAE0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0B5

Black with #BAE0B5

Text Example


Text Example

White with #BAE0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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