#BCF997

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

Shades of Madang #BCF997

Tints of Madang #BCF997

Color information

#BCF997 (or 0xBCF997) is unknown color: approx Madang. HEX triplet: BC, F9 and 97. RGB value is (188,249,151). Sum of RGB (Red+Green+Blue) = 188+249+151=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF997 is #430668. Grayscale: #DBDBDB. Windows color (decimal): -4392553 or 9959868. OLE color: 9959868.

HSL color Cylindrical-coordinate representation of color #BCF997: hue angle of 97.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF997 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB188249151-
CMYK0.2400.390.02
HSL97.35º89.09%78.43%-
HSV(B)97.35º39.36%97.65%-
XYZ60.280.6841.68-
YUV219.5989.29105.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=31.97%
G=42.35%
B=25.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491510.2400.390.0297.3589.0978.43
HexBCF99718027261594e
Octal274371227300472141131116
Binary10111100111110011001011111000010011110110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF997; }

 p { color: rgb(188,249,151); }

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

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

 a { background-color: rgb(188,249,151); }

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

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

 span { border-color: rgb(188,249,151); }

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