#BDFEB1

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

Shades of Madang #BDFEB1

Tints of Madang #BDFEB1

Color information

#BDFEB1 (or 0xBDFEB1) is unknown color: approx Madang. HEX triplet: BD, FE and B1. RGB value is (189,254,177). Sum of RGB (Red+Green+Blue) = 189+254+177=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEB1 is #42014E. Grayscale: #E2E2E2. Windows color (decimal): -4325711 or 11665085. OLE color: 11665085.

HSL color Cylindrical-coordinate representation of color #BDFEB1: hue angle of 110.65º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFEB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB189254177-
CMYK0.2600.300.00
HSL110.65º97.47%84.51%-
HSV(B)110.65º30.31%99.61%-
XYZ64.3684.8854.59-
YUV225.79100.47101.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=30.48%
G=40.97%
B=28.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541770.2600.300.00110.6597.4784.51
HexBDFEB11A01E06f6155
Octal275376261320360157141125
Binary101111011111111010110001110100111100110111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEB1; }

 p { color: rgb(189,254,177); }

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

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

 a { background-color: rgb(189,254,177); }

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

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

 span { border-color: rgb(189,254,177); }

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