#BBEFAE

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

Shades of Madang #BBEFAE

Tints of Madang #BBEFAE

Color information

#BBEFAE (or 0xBBEFAE) is unknown color: approx Madang. HEX triplet: BB, EF and AE. RGB value is (187,239,174). Sum of RGB (Red+Green+Blue) = 187+239+174=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEFAE is #441051. Grayscale: #D8D8D8. Windows color (decimal): -4460626 or 11464635. OLE color: 11464635.

HSL color Cylindrical-coordinate representation of color #BBEFAE: hue angle of 108º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEFAE is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB187239174-
CMYK0.2200.270.06
HSL108º67.01%80.98%-
HSV(B)108º27.2%93.73%-
XYZ5975.3551.48-
YUV216.04104.27107.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 174 (68.36% from 255) = 29%
R=31.17%
G=39.83%
B=29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391740.2200.270.0610867.0180.98
HexBBEFAE1601B66c4351
Octal273357256260336154103121
Binary10111011111011111010111010110011011110110110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFAE; }

 p { color: rgb(187,239,174); }

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

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

 a { background-color: rgb(187,239,174); }

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

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

 span { border-color: rgb(187,239,174); }

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