Html Css Color HEX #BAF9B0 Madang

📋 copy color: '#BAF9B0'

red 186 ◦ green 249 ◦ blue 176

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

Shades of Madang #BAF9B0

Tints of Madang #BAF9B0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

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

R = 30.44%
G = 40.75%
B = 28.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#BAF9B0 (or 0xBAF9B0) is known color: Madang. HEX triplet: BA, F9 and B0. RGB value is (186,249,176). Sum of RGB (Red+Green+Blue) = 186+249+176=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9B0 is #45064F. Grayscale: #DEDEDE. Windows color (decimal): -4523600 or 11598266. OLE color: 11598266.

HSL color Cylindrical-coordinate representation of color #BAF9B0: hue angle of 111.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF9B0 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 176 -
CMYK 0.25 0 0.29 0.02
HSL 111.78º 0.86% 0.83% -
HSV(B) 111.78º 0.29% 0.98% -
XYZ 61.96 81.33 53.51 -
YUV 221.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 186 249 176 0.25 0 0.29 0.02 111.78 0.86 0.83
Hex BA F9 B0 19 0 1D 2 70 56 53
Octal 272 371 260 31 0 35 2 160 126 123
Binary 10111010 11111001 10110000 11001 0 11101 10 1110000 1010110 1010011

Color Harmonies of #BAF9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9B0

Black with #BAF9B0

Text Example


Text Example

White with #BAF9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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