Html Css Color HEX #BAEDAB Madang

📋 copy color: '#BAEDAB'

red 186 ◦ green 237 ◦ blue 171

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

Shades of Madang #BAEDAB

Tints of Madang #BAEDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 31.31%
G = 39.9%
B = 28.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#BAEDAB (or 0xBAEDAB) is known color: Madang. HEX triplet: BA, ED and AB. RGB value is (186,237,171). Sum of RGB (Red+Green+Blue) = 186+237+171=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDAB is #451254. Grayscale: #D6D6D6. Windows color (decimal): -4526677 or 11267514. OLE color: 11267514.

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

Color convert

RGB 186 237 171 -
CMYK 0.22 0 0.28 0.07
HSL 106.36º 0.65% 0.8% -
HSV(B) 106.36º 0.28% 0.93% -
XYZ 57.88 73.95 49.75 -
YUV 214.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 186 237 171 0.22 0 0.28 0.07 106.36 0.65 0.8
Hex BA ED AB 16 0 1C 7 6A 41 50
Octal 272 355 253 26 0 34 7 152 101 120
Binary 10111010 11101101 10101011 10110 0 11100 111 1101010 1000001 1010000

Color Harmonies of #BAEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDAB

Black with #BAEDAB

Text Example


Text Example

White with #BAEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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