#BDF8B6

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

Shades of Madang #BDF8B6

Tints of Madang #BDF8B6

Color information

#BDF8B6 (or 0xBDF8B6) is unknown color: approx Madang. HEX triplet: BD, F8 and B6. RGB value is (189,248,182). Sum of RGB (Red+Green+Blue) = 189+248+182=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8B6 is #420749. Grayscale: #DFDFDF. Windows color (decimal): -4327242 or 11991229. OLE color: 11991229.

HSL color Cylindrical-coordinate representation of color #BDF8B6: hue angle of 113.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF8B6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB189248182-
CMYK0.2400.270.03
HSL113.64º82.5%84.31%-
HSV(B)113.64º26.61%97.25%-
XYZ6381.3356.63-
YUV222.83104.95103.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=30.53%
G=40.06%
B=29.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481820.2400.270.03113.6482.584.31
HexBDF8B61801B3725254
Octal275370266300333162122124
Binary1011110111111000101101101100001101111111001010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8B6; }

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

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

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

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

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

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

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

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