Html Css Color HEX #BCF99E Madang

📋 copy color: '#BCF99E'

red 188 ◦ green 249 ◦ blue 158

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

Shades of Madang #BCF99E

Tints of Madang #BCF99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.85%

 BLUE value IS 158 (62.11% from 255) = 26.55%

R = 31.6%
G = 41.85%
B = 26.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#BCF99E (or 0xBCF99E) is known color: Madang. HEX triplet: BC, F9 and 9E. RGB value is (188,249,158). Sum of RGB (Red+Green+Blue) = 188+249+158=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF99E is #430661. Grayscale: #DCDCDC. Windows color (decimal): -4392546 or 10418620. OLE color: 10418620.

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

Color convert

RGB 188 249 158 -
CMYK 0.24 0 0.37 0.02
HSL 100.22º 0.88% 0.8% -
HSV(B) 100.22º 0.37% 0.98% -
XYZ 60.79 80.91 44.76 -
YUV 220.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 188 249 158 0.24 0 0.37 0.02 100.22 0.88 0.8
Hex BC F9 9E 18 0 25 2 64 58 50
Octal 274 371 236 30 0 45 2 144 130 120
Binary 10111100 11111001 10011110 11000 0 100101 10 1100100 1011000 1010000

Color Harmonies of #BCF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF99E

Black with #BCF99E

Text Example


Text Example

White with #BCF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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