#BDFBB4

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

Shades of Madang #BDFBB4

Tints of Madang #BDFBB4

Color information

#BDFBB4 (or 0xBDFBB4) is unknown color: approx Madang. HEX triplet: BD, FB and B4. RGB value is (189,251,180). Sum of RGB (Red+Green+Blue) = 189+251+180=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB4 is #42044B. Grayscale: #E0E0E0. Windows color (decimal): -4326476 or 11860925. OLE color: 11860925.

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

Color convert

RGB189251180-
CMYK0.2500.280.02
HSL112.39º89.87%84.51%-
HSV(B)112.39º28.29%98.43%-
XYZ63.7283.1155.86-
YUV224.37102.96102.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=30.48%
G=40.48%
B=29.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511800.2500.280.02112.3989.8784.51
HexBDFBB41901C2705a55
Octal275373264310342160132125
Binary1011110111111011101101001100101110010111000010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBB4; }

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

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

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

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

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

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

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

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