#BDF9B6

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

Shades of Madang #BDF9B6

Tints of Madang #BDF9B6

Color information

#BDF9B6 (or 0xBDF9B6) is unknown color: approx Madang. HEX triplet: BD, F9 and B6. RGB value is (189,249,182). Sum of RGB (Red+Green+Blue) = 189+249+182=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9B6 is #420649. Grayscale: #DFDFDF. Windows color (decimal): -4326986 or 11991485. OLE color: 11991485.

HSL color Cylindrical-coordinate representation of color #BDF9B6: hue angle of 113.73º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF9B6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB189249182-
CMYK0.2400.270.02
HSL113.73º84.81%84.51%-
HSV(B)113.73º26.91%97.65%-
XYZ63.3181.9556.74-
YUV223.42104.62103.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=30.48%
G=40.16%
B=29.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491820.2400.270.02113.7384.8184.51
HexBDF9B61801B2725555
Octal275371266300332162125125
Binary1011110111111001101101101100001101110111001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9B6; }

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

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

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

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

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

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

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

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