#BAEBAE

Color #BAEBAE Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BAEBAE

Tints of Madang #BAEBAE

Color information

#BAEBAE (or 0xBAEBAE) is unknown color: approx Madang. HEX triplet: BA, EB and AE. RGB value is (186,235,174). Sum of RGB (Red+Green+Blue) = 186+235+174=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBAE is #451451. Grayscale: #D5D5D5. Windows color (decimal): -4527186 or 11463610. OLE color: 11463610.

HSL color Cylindrical-coordinate representation of color #BAEBAE: hue angle of 108.2º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEBAE is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB186235174-
CMYK0.2100.260.08
HSL108.2º60.4%80.2%-
HSV(B)108.2º25.96%92.16%-
XYZ57.672.9151.08-
YUV213.4105.77108.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=31.26%
G=39.50%
B=29.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351740.2100.260.08108.260.480.2
HexBAEBAE1501A86c3c50
Octal272353256250321015474120
Binary10111010111010111010111010101011010100011011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBAE; }

 p { color: rgb(186,235,174); }

 H1.HeaderClassName
 {
   color: #BAEBAE;
 }
 .AnyTagClassName
 {
   color: #BAEBAE;
 }
</style>
background-color css

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

 a { background-color: rgb(186,235,174); }

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

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

 span { border-color: rgb(186,235,174); }

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