#BDFBAF

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

Shades of Madang #BDFBAF

Tints of Madang #BDFBAF

Color information

#BDFBAF (or 0xBDFBAF) is unknown color: approx Madang. HEX triplet: BD, FB and AF. RGB value is (189,251,175). Sum of RGB (Red+Green+Blue) = 189+251+175=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBAF is #420450. Grayscale: #E0E0E0. Windows color (decimal): -4326481 or 11533245. OLE color: 11533245.

HSL color Cylindrical-coordinate representation of color #BDFBAF: hue angle of 108.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFBAF is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB189251175-
CMYK0.2500.300.02
HSL108.95º90.48%83.53%-
HSV(B)108.95º30.28%98.43%-
XYZ63.2282.9153.23-
YUV223.8100.46103.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=30.73%
G=40.81%
B=28.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511750.2500.300.02108.9590.4883.53
HexBDFBAF1901E26d5a54
Octal275373257310362155132124
Binary1011110111111011101011111100101111010110110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBAF; }

 p { color: rgb(189,251,175); }

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

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

 a { background-color: rgb(189,251,175); }

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

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

 span { border-color: rgb(189,251,175); }

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