#BDF3B1

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

Shades of Madang #BDF3B1

Tints of Madang #BDF3B1

Color information

#BDF3B1 (or 0xBDF3B1) is unknown color: approx Madang. HEX triplet: BD, F3 and B1. RGB value is (189,243,177). Sum of RGB (Red+Green+Blue) = 189+243+177=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF3B1 is #420C4E. Grayscale: #DBDBDB. Windows color (decimal): -4328527 or 11662269. OLE color: 11662269.

HSL color Cylindrical-coordinate representation of color #BDF3B1: hue angle of 109.09º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF3B1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB189243177-
CMYK0.2200.270.05
HSL109.09º73.33%82.35%-
HSV(B)109.09º27.16%95.29%-
XYZ60.9778.0953.46-
YUV219.33104.11106.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=31.03%
G=39.90%
B=29.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431770.2200.270.05109.0973.3382.35
HexBDF3B11601B56d4952
Octal275363261260335155111122
Binary10111101111100111011000110110011011101110110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3B1; }

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

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

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

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

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

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

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

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