#BDF2B2

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

Shades of Madang #BDF2B2

Tints of Madang #BDF2B2

Color information

#BDF2B2 (or 0xBDF2B2) is unknown color: approx Madang. HEX triplet: BD, F2 and B2. RGB value is (189,242,178). Sum of RGB (Red+Green+Blue) = 189+242+178=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2B2 is #420D4D. Grayscale: #DBDBDB. Windows color (decimal): -4328782 or 11727549. OLE color: 11727549.

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

Color convert

RGB189242178-
CMYK0.2200.260.05
HSL109.69º71.11%82.35%-
HSV(B)109.69º26.45%94.9%-
XYZ60.7777.5453.88-
YUV218.86104.94106.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=31.03%
G=39.74%
B=29.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421780.2200.260.05109.6971.1182.35
HexBDF2B21601A56e4752
Octal275362262260325156107122
Binary10111101111100101011001010110011010101110111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2B2; }

 p { color: rgb(189,242,178); }

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

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

 a { background-color: rgb(189,242,178); }

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

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

 span { border-color: rgb(189,242,178); }

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