#BDF8B5

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

Shades of Madang #BDF8B5

Tints of Madang #BDF8B5

Color information

#BDF8B5 (or 0xBDF8B5) is unknown color: approx Madang. HEX triplet: BD, F8 and B5. RGB value is (189,248,181). Sum of RGB (Red+Green+Blue) = 189+248+181=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8B5 is #42074A. Grayscale: #DEDEDE. Windows color (decimal): -4327243 or 11925693. OLE color: 11925693.

HSL color Cylindrical-coordinate representation of color #BDF8B5: hue angle of 112.84º degrees, saturation: 0.83, 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 #BDF8B5 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB189248181-
CMYK0.2400.270.03
HSL112.84º82.72%84.12%-
HSV(B)112.84º27.02%97.25%-
XYZ62.8981.2956.09-
YUV222.72104.45103.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=30.58%
G=40.13%
B=29.29%

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
Decimal1892481810.2400.270.03112.8482.7284.12
HexBDF8B51801B3715354
Octal275370265300333161123124
Binary1011110111111000101101011100001101111111000110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8B5; }

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

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

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

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

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

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

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

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