#BCF1AA

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

Shades of Madang #BCF1AA

Tints of Madang #BCF1AA

Color information

#BCF1AA (or 0xBCF1AA) is unknown color: approx Madang. HEX triplet: BC, F1 and AA. RGB value is (188,241,170). Sum of RGB (Red+Green+Blue) = 188+241+170=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF1AA is #430E55. Grayscale: #D9D9D9. Windows color (decimal): -4394582 or 11203004. OLE color: 11203004.

HSL color Cylindrical-coordinate representation of color #BCF1AA: hue angle of 104.79º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF1AA is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB188241170-
CMYK0.2200.290.05
HSL104.79º71.72%80.59%-
HSV(B)104.79º29.46%94.51%-
XYZ59.4576.549.66-
YUV217.06101.44107.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=31.39%
G=40.23%
B=28.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411700.2200.290.05104.7971.7280.59
HexBCF1AA1601D5694851
Octal274361252260355151110121
Binary10111100111100011010101010110011101101110100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1AA; }

 p { color: rgb(188,241,170); }

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

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

 a { background-color: rgb(188,241,170); }

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

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

 span { border-color: rgb(188,241,170); }

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