#BCF0AB

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

Shades of Madang #BCF0AB

Tints of Madang #BCF0AB

Color information

#BCF0AB (or 0xBCF0AB) is unknown color: approx Madang. HEX triplet: BC, F0 and AB. RGB value is (188,240,171). Sum of RGB (Red+Green+Blue) = 188+240+171=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AB is #430F54. Grayscale: #D8D8D8. Windows color (decimal): -4394837 or 11268284. OLE color: 11268284.

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

Color convert

RGB188240171-
CMYK0.2200.290.06
HSL105.22º69.7%80.59%-
HSV(B)105.22º28.75%94.12%-
XYZ59.2575.9550.07-
YUV216.59102.27107.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=31.39%
G=40.07%
B=28.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401710.2200.290.06105.2269.780.59
HexBCF0AB1601D6694651
Octal274360253260356151106121
Binary10111100111100001010101110110011101110110100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0AB; }

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

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

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

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

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

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

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

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