#BDF3B4

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

Shades of Madang #BDF3B4

Tints of Madang #BDF3B4

Color information

#BDF3B4 (or 0xBDF3B4) is unknown color: approx Madang. HEX triplet: BD, F3 and B4. RGB value is (189,243,180). Sum of RGB (Red+Green+Blue) = 189+243+180=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3B4 is #420C4B. Grayscale: #DBDBDB. Windows color (decimal): -4328524 or 11858877. OLE color: 11858877.

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

Color convert

RGB189243180-
CMYK0.2200.260.05
HSL111.43º72.41%82.94%-
HSV(B)111.43º25.93%95.29%-
XYZ61.2878.2255.05-
YUV219.67105.61106.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 243 (95.31% from 255) = 39.71%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=30.88%
G=39.71%
B=29.41%

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
Decimal1892431800.2200.260.05111.4372.4182.94
HexBDF3B41601A56f4853
Octal275363264260325157110123
Binary10111101111100111011010010110011010101110111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3B4; }

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

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

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

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

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

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

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

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