#BDFCB1

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

Shades of Madang #BDFCB1

Tints of Madang #BDFCB1

Color information

#BDFCB1 (or 0xBDFCB1) is unknown color: approx Madang. HEX triplet: BD, FC and B1. RGB value is (189,252,177). Sum of RGB (Red+Green+Blue) = 189+252+177=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCB1 is #42034E. Grayscale: #E0E0E0. Windows color (decimal): -4326223 or 11664573. OLE color: 11664573.

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

Color convert

RGB189252177-
CMYK0.2500.300.01
HSL110.4º92.59%84.12%-
HSV(B)110.4º29.76%98.82%-
XYZ63.7383.6154.38-
YUV224.61101.13102.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 177 (69.53% from 255) = 28.64%
R=30.58%
G=40.78%
B=28.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521770.2500.300.01110.492.5984.12
HexBDFCB11901E16e5d54
Octal275374261310361156135124
Binary101111011111110010110001110010111101110111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCB1; }

 p { color: rgb(189,252,177); }

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

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

 a { background-color: rgb(189,252,177); }

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

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

 span { border-color: rgb(189,252,177); }

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