Html Css Color HEX #BAEDB0 Madang

📋 copy color: '#BAEDB0'

red 186 ◦ green 237 ◦ blue 176

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

Shades of Madang #BAEDB0

Tints of Madang #BAEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 31.05%
G = 39.57%
B = 29.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BAEDB0 (or 0xBAEDB0) is known color: Madang. HEX triplet: BA, ED and B0. RGB value is (186,237,176). Sum of RGB (Red+Green+Blue) = 186+237+176=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDB0 is #45124F. Grayscale: #D6D6D6. Windows color (decimal): -4526672 or 11595194. OLE color: 11595194.

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

Color convert

RGB 186 237 176 -
CMYK 0.22 0 0.26 0.07
HSL 110.16º 0.63% 0.81% -
HSV(B) 110.16º 0.26% 0.93% -
XYZ 58.37 74.14 52.31 -
YUV 214.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 186 237 176 0.22 0 0.26 0.07 110.16 0.63 0.81
Hex BA ED B0 16 0 1A 7 6E 3F 51
Octal 272 355 260 26 0 32 7 156 77 121
Binary 10111010 11101101 10110000 10110 0 11010 111 1101110 111111 1010001

Color Harmonies of #BAEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDB0

Black with #BAEDB0

Text Example


Text Example

White with #BAEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDB0; }

 p { color: rgb(186,237,176); }

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

background-color css

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

 a { background-color: rgb(186,237,176); }

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

border-color css

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

 span { border-color: rgb(186,237,176); }

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