#BDFCB4

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

Shades of Madang #BDFCB4

Tints of Madang #BDFCB4

Color information

#BDFCB4 (or 0xBDFCB4) is unknown color: approx Madang. HEX triplet: BD, FC and B4. RGB value is (189,252,180). Sum of RGB (Red+Green+Blue) = 189+252+180=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCB4 is #42034B. Grayscale: #E1E1E1. Windows color (decimal): -4326220 or 11861181. OLE color: 11861181.

HSL color Cylindrical-coordinate representation of color #BDFCB4: hue angle of 112.5º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDFCB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB189252180-
CMYK0.2500.290.01
HSL112.5º92.31%84.71%-
HSV(B)112.5º28.57%98.82%-
XYZ64.0383.7355.97-
YUV224.96102.63102.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=30.43%
G=40.58%
B=28.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521800.2500.290.01112.592.3184.71
HexBDFCB41901D1705c55
Octal275374264310351160134125
Binary101111011111110010110100110010111011111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCB4; }

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

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

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

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

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

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

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

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