#BEFCB0

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

Shades of Madang #BEFCB0

Tints of Madang #BEFCB0

Color information

#BEFCB0 (or 0xBEFCB0) is unknown color: approx Madang. HEX triplet: BE, FC and B0. RGB value is (190,252,176). Sum of RGB (Red+Green+Blue) = 190+252+176=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCB0 is #41034F. Grayscale: #E1E1E1. Windows color (decimal): -4260688 or 11599038. OLE color: 11599038.

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

Color convert

RGB190252176-
CMYK0.2500.300.01
HSL108.95º92.68%83.92%-
HSV(B)108.95º30.16%98.82%-
XYZ63.8883.753.86-
YUV224.8100.46103.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=30.74%
G=40.78%
B=28.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521760.2500.300.01108.9592.6883.92
HexBEFCB01901E16d5d54
Octal276374260310361155135124
Binary101111101111110010110000110010111101110110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCB0; }

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

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

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

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

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

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

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

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