#BEFAAA

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

Shades of Madang #BEFAAA

Tints of Madang #BEFAAA

Color information

#BEFAAA (or 0xBEFAAA) is unknown color: approx Madang. HEX triplet: BE, FA and AA. RGB value is (190,250,170). Sum of RGB (Red+Green+Blue) = 190+250+170=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAAA is #410555. Grayscale: #DFDFDF. Windows color (decimal): -4261206 or 11205310. OLE color: 11205310.

HSL color Cylindrical-coordinate representation of color #BEFAAA: hue angle of 105º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEFAAA is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB190250170-
CMYK0.2400.320.02
HSL105º88.89%82.35%-
HSV(B)105º32%98.04%-
XYZ62.6882.2250.6-
YUV222.9498.12104.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=31.15%
G=40.98%
B=27.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501700.2400.320.0210588.8982.35
HexBEFAAA180202695952
Octal276372252300402151131122
Binary10111110111110101010101011000010000010110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAAA; }

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

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

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

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

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

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

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

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