Html Css Color HEX #BCF895 Madang

📋 copy color: '#BCF895'

red 188 ◦ green 248 ◦ blue 149

#BCF895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BCF895

Tints of Madang #BCF895

RGB

 RED value IS 188 (73.83% from 255) = 32.14%

 GREEN value IS 248 (97.27% from 255) = 42.39%

 BLUE value IS 149 (58.59% from 255) = 25.47%

R = 32.14%
G = 42.39%
B = 25.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BCF895 (or 0xBCF895) is known color: Madang. HEX triplet: BC, F8 and 95. RGB value is (188,248,149). Sum of RGB (Red+Green+Blue) = 188+248+149=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF895 is #43076A. Grayscale: #DBDBDB. Windows color (decimal): -4392811 or 9828540. OLE color: 9828540.

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

Color convert

RGB 188 248 149 -
CMYK 0.24 0 0.40 0.03
HSL 96.36º 0.88% 0.78% -
HSV(B) 96.36º 0.4% 0.97% -
XYZ 59.73 80 40.73 -
YUV 218.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 188 248 149 0.24 0 0.40 0.03 96.36 0.88 0.78
Hex BC F8 95 18 0 28 3 60 58 4E
Octal 274 370 225 30 0 50 3 140 130 116
Binary 10111100 11111000 10010101 11000 0 101000 11 1100000 1011000 1001110

Color Harmonies of #BCF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF895

Black with #BCF895

Text Example


Text Example

White with #BCF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF895; }

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

 H1.HeaderClassName
 {
   color: #BCF895;
 }
 .AnyTagClassName
 {
   color: #BCF895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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