#BAEBAF

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

Shades of Madang #BAEBAF

Tints of Madang #BAEBAF

Color information

#BAEBAF (or 0xBAEBAF) is unknown color: approx Madang. HEX triplet: BA, EB and AF. RGB value is (186,235,175). Sum of RGB (Red+Green+Blue) = 186+235+175=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBAF is #451450. Grayscale: #D5D5D5. Windows color (decimal): -4527185 or 11529146. OLE color: 11529146.

HSL color Cylindrical-coordinate representation of color #BAEBAF: hue angle of 109º 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 #BAEBAF is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB186235175-
CMYK0.2100.260.08
HSL109º60%80.39%-
HSV(B)109º25.53%92.16%-
XYZ57.772.9551.6-
YUV213.51106.27108.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=31.21%
G=39.43%
B=29.36%

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
Decimal1862351750.2100.260.081096080.39
HexBAEBAF1501A86d3c50
Octal272353257250321015574120
Binary10111010111010111010111110101011010100011011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBAF; }

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

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

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

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

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

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

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

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