#BCF995

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

Shades of Madang #BCF995

Tints of Madang #BCF995

Color information

#BCF995 (or 0xBCF995) is unknown color: approx Madang. HEX triplet: BC, F9 and 95. RGB value is (188,249,149). Sum of RGB (Red+Green+Blue) = 188+249+149=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF995 is #43066A. Grayscale: #DBDBDB. Windows color (decimal): -4392555 or 9828796. OLE color: 9828796.

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

Color convert

RGB188249149-
CMYK0.2400.400.02
HSL96.6º89.29%78.04%-
HSV(B)96.6º40.16%97.65%-
XYZ60.0480.6140.83-
YUV219.3688.29105.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 249 (97.66% from 255) = 42.49%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=32.08%
G=42.49%
B=25.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491490.2400.400.0296.689.2978.04
HexBCF99518028261594e
Octal274371225300502141131116
Binary10111100111110011001010111000010100010110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF995; }

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

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

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

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

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

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

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

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