#BCF5AF

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

Shades of Madang #BCF5AF

Tints of Madang #BCF5AF

Color information

#BCF5AF (or 0xBCF5AF) is unknown color: approx Madang. HEX triplet: BC, F5 and AF. RGB value is (188,245,175). Sum of RGB (Red+Green+Blue) = 188+245+175=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF5AF is #430A50. Grayscale: #DCDCDC. Windows color (decimal): -4393553 or 11531708. OLE color: 11531708.

HSL color Cylindrical-coordinate representation of color #BCF5AF: hue angle of 108.86º 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 #BCF5AF is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB188245175-
CMYK0.2300.290.04
HSL108.86º77.78%82.35%-
HSV(B)108.86º28.57%96.08%-
XYZ61.1379.0952.6-
YUV219.98102.62105.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 245 (96.09% from 255) = 40.30%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=30.92%
G=40.30%
B=28.78%

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
Decimal1882451750.2300.290.04108.8677.7882.35
HexBCF5AF1701D46d4e52
Octal274365257270354155116122
Binary10111100111101011010111110111011101100110110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5AF; }

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

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

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

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

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

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

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

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