Html Css Color HEX #BAE6B2 Madang

📋 copy color: '#BAE6B2'

red 186 ◦ green 230 ◦ blue 178

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

Shades of Madang #BAE6B2

Tints of Madang #BAE6B2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.72%

 BLUE value IS 178 (69.92% from 255) = 29.97%

R = 31.31%
G = 38.72%
B = 29.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#BAE6B2 (or 0xBAE6B2) is known color: Madang. HEX triplet: BA, E6 and B2. RGB value is (186,230,178). Sum of RGB (Red+Green+Blue) = 186+230+178=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE6B2 is #45194D. Grayscale: #D3D3D3. Windows color (decimal): -4528462 or 11724474. OLE color: 11724474.

HSL color Cylindrical-coordinate representation of color #BAE6B2: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE6B2 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 178 -
CMYK 0.19 0 0.23 0.10
HSL 110.77º 0.51% 0.8% -
HSV(B) 110.77º 0.23% 0.9% -
XYZ 56.58 70.25 52.7 -
YUV 210.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 186 230 178 0.19 0 0.23 0.10 110.77 0.51 0.8
Hex BA E6 B2 13 0 17 A 6F 33 50
Octal 272 346 262 23 0 27 12 157 63 120
Binary 10111010 11100110 10110010 10011 0 10111 1010 1101111 110011 1010000

Color Harmonies of #BAE6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6B2

Black with #BAE6B2

Text Example


Text Example

White with #BAE6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6B2; }

 p { color: rgb(186,230,178); }

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

background-color css

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

 a { background-color: rgb(186,230,178); }

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

border-color css

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

 span { border-color: rgb(186,230,178); }

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