Html Css Color HEX #BAF2B0 Madang

📋 copy color: '#BAF2B0'

red 186 ◦ green 242 ◦ blue 176

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

Shades of Madang #BAF2B0

Tints of Madang #BAF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.07%

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

R = 30.79%
G = 40.07%
B = 29.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#BAF2B0 (or 0xBAF2B0) is known color: Madang. HEX triplet: BA, F2 and B0. RGB value is (186,242,176). Sum of RGB (Red+Green+Blue) = 186+242+176=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2B0 is #450D4F. Grayscale: #D9D9D9. Windows color (decimal): -4525392 or 11596474. OLE color: 11596474.

HSL color Cylindrical-coordinate representation of color #BAF2B0: hue angle of 110.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 176 -
CMYK 0.23 0 0.27 0.05
HSL 110.91º 0.72% 0.82% -
HSV(B) 110.91º 0.27% 0.95% -
XYZ 59.84 77.08 52.8 -
YUV 217.73 104.45 105.37 -
System Red Green Blue C M Y K H S L
Decimal 186 242 176 0.23 0 0.27 0.05 110.91 0.72 0.82
Hex BA F2 B0 17 0 1B 5 6F 48 52
Octal 272 362 260 27 0 33 5 157 110 122
Binary 10111010 11110010 10110000 10111 0 11011 101 1101111 1001000 1010010

Color Harmonies of #BAF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2B0

Black with #BAF2B0

Text Example


Text Example

White with #BAF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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