#BCF5AE

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

Shades of Madang #BCF5AE

Tints of Madang #BCF5AE

Color information

#BCF5AE (or 0xBCF5AE) is unknown color: approx Madang. HEX triplet: BC, F5 and AE. RGB value is (188,245,174). Sum of RGB (Red+Green+Blue) = 188+245+174=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF5AE is #430A51. Grayscale: #DCDCDC. Windows color (decimal): -4393554 or 11466172. OLE color: 11466172.

HSL color Cylindrical-coordinate representation of color #BCF5AE: hue angle of 108.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF5AE is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB188245174-
CMYK0.2300.290.04
HSL108.17º78.02%82.16%-
HSV(B)108.17º28.98%96.08%-
XYZ61.0379.0552.09-
YUV219.86102.12105.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=30.97%
G=40.36%
B=28.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451740.2300.290.04108.1778.0282.16
HexBCF5AE1701D46c4e52
Octal274365256270354154116122
Binary10111100111101011010111010111011101100110110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5AE; }

 p { color: rgb(188,245,174); }

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

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

 a { background-color: rgb(188,245,174); }

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

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

 span { border-color: rgb(188,245,174); }

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