#BDF9B5

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

Shades of Madang #BDF9B5

Tints of Madang #BDF9B5

Color information

#BDF9B5 (or 0xBDF9B5) is unknown color: approx Madang. HEX triplet: BD, F9 and B5. RGB value is (189,249,181). Sum of RGB (Red+Green+Blue) = 189+249+181=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9B5 is #42064A. Grayscale: #DFDFDF. Windows color (decimal): -4326987 or 11925949. OLE color: 11925949.

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

Color convert

RGB189249181-
CMYK0.2400.270.02
HSL112.94º85%84.31%-
HSV(B)112.94º27.31%97.65%-
XYZ63.281.9156.19-
YUV223.31104.12103.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=30.53%
G=40.23%
B=29.24%

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
Decimal1892491810.2400.270.02112.948584.31
HexBDF9B51801B2715554
Octal275371265300332161125124
Binary1011110111111001101101011100001101110111000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9B5; }

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

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

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

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

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

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

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

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