Html Css Color HEX #BAECB2 Madang

📋 copy color: '#BAECB2'

red 186 ◦ green 236 ◦ blue 178

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

Shades of Madang #BAECB2

Tints of Madang #BAECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.67%

R = 31%
G = 39.33%
B = 29.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#BAECB2 (or 0xBAECB2) is known color: Madang. HEX triplet: BA, EC and B2. RGB value is (186,236,178). Sum of RGB (Red+Green+Blue) = 186+236+178=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECB2 is #45134D. Grayscale: #D6D6D6. Windows color (decimal): -4526926 or 11726010. OLE color: 11726010.

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

Color convert

RGB 186 236 178 -
CMYK 0.21 0 0.25 0.07
HSL 111.72º 0.6% 0.81% -
HSV(B) 111.72º 0.25% 0.93% -
XYZ 58.28 73.64 53.26 -
YUV 214.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 186 236 178 0.21 0 0.25 0.07 111.72 0.6 0.81
Hex BA EC B2 15 0 19 7 70 3C 51
Octal 272 354 262 25 0 31 7 160 74 121
Binary 10111010 11101100 10110010 10101 0 11001 111 1110000 111100 1010001

Color Harmonies of #BAECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECB2

Black with #BAECB2

Text Example


Text Example

White with #BAECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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