#BCF998

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

Shades of Madang #BCF998

Tints of Madang #BCF998

Color information

#BCF998 (or 0xBCF998) is unknown color: approx Madang. HEX triplet: BC, F9 and 98. RGB value is (188,249,152). Sum of RGB (Red+Green+Blue) = 188+249+152=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF998 is #430667. Grayscale: #DCDCDC. Windows color (decimal): -4392552 or 10025404. OLE color: 10025404.

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

Color convert

RGB188249152-
CMYK0.2400.390.02
HSL97.73º88.99%78.63%-
HSV(B)97.73º38.96%97.65%-
XYZ60.2880.7142.11-
YUV219.789.79105.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=31.92%
G=42.28%
B=25.81%

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
Decimal1882491520.2400.390.0297.7388.9978.63
HexBCF99818027262594f
Octal274371230300472142131117
Binary10111100111110011001100011000010011110110001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF998; }

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

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

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

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

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

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

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

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