#BEFCAD

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

Shades of Madang #BEFCAD

Tints of Madang #BEFCAD

Color information

#BEFCAD (or 0xBEFCAD) is unknown color: approx Madang. HEX triplet: BE, FC and AD. RGB value is (190,252,173). Sum of RGB (Red+Green+Blue) = 190+252+173=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCAD is #410352. Grayscale: #E0E0E0. Windows color (decimal): -4260691 or 11402430. OLE color: 11402430.

HSL color Cylindrical-coordinate representation of color #BEFCAD: hue angle of 107.09º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEFCAD is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB190252173-
CMYK0.2500.310.01
HSL107.09º92.94%83.33%-
HSV(B)107.09º31.35%98.82%-
XYZ63.5983.5952.32-
YUV224.4698.96103.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=30.89%
G=40.98%
B=28.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521730.2500.310.01107.0992.9483.33
HexBEFCAD1901F16b5d53
Octal276374255310371153135123
Binary101111101111110010101101110010111111110101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCAD; }

 p { color: rgb(190,252,173); }

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

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

 a { background-color: rgb(190,252,173); }

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

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

 span { border-color: rgb(190,252,173); }

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