#BEDFAA

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

Shades of Madang #BEDFAA

Tints of Madang #BEDFAA

Color information

#BEDFAA (or 0xBEDFAA) is unknown color: approx Madang. HEX triplet: BE, DF and AA. RGB value is (190,223,170). Sum of RGB (Red+Green+Blue) = 190+223+170=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDFAA is #412055. Grayscale: #CFCFCF. Windows color (decimal): -4268118 or 11198398. OLE color: 11198398.

HSL color Cylindrical-coordinate representation of color #BEDFAA: hue angle of 97.36º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEDFAA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB190223170-
CMYK0.1500.240.13
HSL97.36º45.3%77.06%-
HSV(B)97.36º23.77%87.45%-
XYZ54.8866.6248-
YUV207.09107.07115.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=32.59%
G=38.25%
B=29.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231700.1500.240.1397.3645.377.06
HexBEDFAAF018D612d4d
Octal276337252170301514155115
Binary1011111011011111101010101111011000110111000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFAA; }

 p { color: rgb(190,223,170); }

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

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

 a { background-color: rgb(190,223,170); }

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

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

 span { border-color: rgb(190,223,170); }

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