Html Css Color HEX #BAECA0 Madang

📋 copy color: '#BAECA0'

red 186 ◦ green 236 ◦ blue 160

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

Shades of Madang #BAECA0

Tints of Madang #BAECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.55%

 BLUE value IS 160 (62.89% from 255) = 27.49%

R = 31.96%
G = 40.55%
B = 27.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#BAECA0 (or 0xBAECA0) is known color: Madang. HEX triplet: BA, EC and A0. RGB value is (186,236,160). Sum of RGB (Red+Green+Blue) = 186+236+160=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA0 is #45135F. Grayscale: #D4D4D4. Windows color (decimal): -4526944 or 10546362. OLE color: 10546362.

HSL color Cylindrical-coordinate representation of color #BAECA0: hue angle of 99.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAECA0 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 160 -
CMYK 0.21 0 0.32 0.07
HSL 99.47º 0.67% 0.78% -
HSV(B) 99.47º 0.32% 0.93% -
XYZ 56.59 72.97 44.36 -
YUV 212.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 186 236 160 0.21 0 0.32 0.07 99.47 0.67 0.78
Hex BA EC A0 15 0 20 7 63 43 4E
Octal 272 354 240 25 0 40 7 143 103 116
Binary 10111010 11101100 10100000 10101 0 100000 111 1100011 1000011 1001110

Color Harmonies of #BAECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECA0

Black with #BAECA0

Text Example


Text Example

White with #BAECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECA0; }

 p { color: rgb(186,236,160); }

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

background-color css

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

 a { background-color: rgb(186,236,160); }

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

border-color css

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

 span { border-color: rgb(186,236,160); }

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