#BBEDAE

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

Shades of Madang #BBEDAE

Tints of Madang #BBEDAE

Color information

#BBEDAE (or 0xBBEDAE) is unknown color: approx Madang. HEX triplet: BB, ED and AE. RGB value is (187,237,174). Sum of RGB (Red+Green+Blue) = 187+237+174=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDAE is #441251. Grayscale: #D7D7D7. Windows color (decimal): -4461138 or 11464123. OLE color: 11464123.

HSL color Cylindrical-coordinate representation of color #BBEDAE: hue angle of 107.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEDAE is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB187237174-
CMYK0.2100.270.07
HSL107.62º63.64%80.59%-
HSV(B)107.62º26.58%92.94%-
XYZ58.4274.1951.29-
YUV214.87104.94108.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=31.27%
G=39.63%
B=29.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371740.2100.270.07107.6263.6480.59
HexBBEDAE1501B76c4051
Octal273355256250337154100121
Binary10111011111011011010111010101011011111110110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDAE; }

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

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

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

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

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

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

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

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