Html Css Color HEX #BAECA8 Madang

📋 copy color: '#BAECA8'

red 186 ◦ green 236 ◦ blue 168

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

Shades of Madang #BAECA8

Tints of Madang #BAECA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 31.53%
G = 40%
B = 28.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BAECA8 (or 0xBAECA8) is known color: Madang. HEX triplet: BA, EC and A8. RGB value is (186,236,168). Sum of RGB (Red+Green+Blue) = 186+236+168=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA8 is #451357. Grayscale: #D5D5D5. Windows color (decimal): -4526936 or 11070650. OLE color: 11070650.

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

Color convert

RGB 186 236 168 -
CMYK 0.21 0 0.29 0.07
HSL 104.12º 0.64% 0.79% -
HSV(B) 104.12º 0.29% 0.93% -
XYZ 57.31 73.26 48.17 -
YUV 213.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 186 236 168 0.21 0 0.29 0.07 104.12 0.64 0.79
Hex BA EC A8 15 0 1D 7 68 40 4F
Octal 272 354 250 25 0 35 7 150 100 117
Binary 10111010 11101100 10101000 10101 0 11101 111 1101000 1000000 1001111

Color Harmonies of #BAECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECA8

Black with #BAECA8

Text Example


Text Example

White with #BAECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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