Html Css Color HEX #BAECA2 Madang

📋 copy color: '#BAECA2'

red 186 ◦ green 236 ◦ blue 162

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

Shades of Madang #BAECA2

Tints of Madang #BAECA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.74%

R = 31.85%
G = 40.41%
B = 27.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#BAECA2 (or 0xBAECA2) is known color: Madang. HEX triplet: BA, EC and A2. RGB value is (186,236,162). Sum of RGB (Red+Green+Blue) = 186+236+162=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA2 is #45135D. Grayscale: #D4D4D4. Windows color (decimal): -4526942 or 10677434. OLE color: 10677434.

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

Color convert

RGB 186 236 162 -
CMYK 0.21 0 0.31 0.07
HSL 100.54º 0.66% 0.78% -
HSV(B) 100.54º 0.31% 0.93% -
XYZ 56.77 73.04 45.29 -
YUV 212.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 186 236 162 0.21 0 0.31 0.07 100.54 0.66 0.78
Hex BA EC A2 15 0 1F 7 65 42 4E
Octal 272 354 242 25 0 37 7 145 102 116
Binary 10111010 11101100 10100010 10101 0 11111 111 1100101 1000010 1001110

Color Harmonies of #BAECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECA2

Black with #BAECA2

Text Example


Text Example

White with #BAECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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