#BCF0AD

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

Shades of Madang #BCF0AD

Tints of Madang #BCF0AD

Color information

#BCF0AD (or 0xBCF0AD) is unknown color: approx Madang. HEX triplet: BC, F0 and AD. RGB value is (188,240,173). Sum of RGB (Red+Green+Blue) = 188+240+173=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AD is #430F52. Grayscale: #D9D9D9. Windows color (decimal): -4394835 or 11399356. OLE color: 11399356.

HSL color Cylindrical-coordinate representation of color #BCF0AD: hue angle of 106.57º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF0AD is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB188240173-
CMYK0.2200.280.06
HSL106.57º69.07%80.98%-
HSV(B)106.57º27.92%94.12%-
XYZ59.4476.0351.08-
YUV216.81103.27107.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=31.28%
G=39.93%
B=28.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401730.2200.280.06106.5769.0780.98
HexBCF0AD1601C66b4551
Octal274360255260346153105121
Binary10111100111100001010110110110011100110110101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0AD; }

 p { color: rgb(188,240,173); }

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

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

 a { background-color: rgb(188,240,173); }

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

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

 span { border-color: rgb(188,240,173); }

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