#BDF6B6

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

Shades of Madang #BDF6B6

Tints of Madang #BDF6B6

Color information

#BDF6B6 (or 0xBDF6B6) is unknown color: approx Madang. HEX triplet: BD, F6 and B6. RGB value is (189,246,182). Sum of RGB (Red+Green+Blue) = 189+246+182=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6B6 is #420949. Grayscale: #DDDDDD. Windows color (decimal): -4327754 or 11990717. OLE color: 11990717.

HSL color Cylindrical-coordinate representation of color #BDF6B6: hue angle of 113.44º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF6B6 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB189246182-
CMYK0.2300.260.04
HSL113.44º78.05%83.92%-
HSV(B)113.44º26.02%96.47%-
XYZ62.3980.1156.43-
YUV221.66105.62104.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 182 (71.48% from 255) = 29.50%
R=30.63%
G=39.87%
B=29.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461820.2300.260.04113.4478.0583.92
HexBDF6B61701A4714e54
Octal275366266270324161116124
Binary10111101111101101011011010111011010100111000110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6B6; }

 p { color: rgb(189,246,182); }

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

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

 a { background-color: rgb(189,246,182); }

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

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

 span { border-color: rgb(189,246,182); }

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