Html Css Color HEX #BAFEB1 Madang

📋 copy color: '#BAFEB1'

red 186 ◦ green 254 ◦ blue 177

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

Shades of Madang #BAFEB1

Tints of Madang #BAFEB1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.17%

 BLUE value IS 177 (69.53% from 255) = 28.69%

R = 30.15%
G = 41.17%
B = 28.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#BAFEB1 (or 0xBAFEB1) is known color: Madang. HEX triplet: BA, FE and B1. RGB value is (186,254,177). Sum of RGB (Red+Green+Blue) = 186+254+177=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFEB1 is #45014E. Grayscale: #E1E1E1. Windows color (decimal): -4522319 or 11665082. OLE color: 11665082.

HSL color Cylindrical-coordinate representation of color #BAFEB1: hue angle of 112.99º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFEB1 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 177 -
CMYK 0.27 0 0.30 0.00
HSL 112.99º 0.97% 0.85% -
HSV(B) 112.99º 0.3% 1% -
XYZ 63.63 84.5 54.55 -
YUV 224.89 100.97 100.26 -
System Red Green Blue C M Y K H S L
Decimal 186 254 177 0.27 0 0.30 0.00 112.99 0.97 0.85
Hex BA FE B1 1B 0 1E 0 71 61 55
Octal 272 376 261 33 0 36 0 161 141 125
Binary 10111010 11111110 10110001 11011 0 11110 0 1110001 1100001 1010101

Color Harmonies of #BAFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEB1

Black with #BAFEB1

Text Example


Text Example

White with #BAFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEB1; }

 p { color: rgb(186,254,177); }

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

background-color css

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

 a { background-color: rgb(186,254,177); }

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

border-color css

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

 span { border-color: rgb(186,254,177); }

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