Html Css Color HEX #BCF2A1 Madang

📋 copy color: '#BCF2A1'

red 188 ◦ green 242 ◦ blue 161

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

Shades of Madang #BCF2A1

Tints of Madang #BCF2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 161 (63.28% from 255) = 27.24%

R = 31.81%
G = 40.95%
B = 27.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#BCF2A1 (or 0xBCF2A1) is known color: Madang. HEX triplet: BC, F2 and A1. RGB value is (188,242,161). Sum of RGB (Red+Green+Blue) = 188+242+161=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2A1 is #430D5E. Grayscale: #D8D8D8. Windows color (decimal): -4394335 or 10613436. OLE color: 10613436.

HSL color Cylindrical-coordinate representation of color #BCF2A1: hue angle of 100º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCF2A1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 161 -
CMYK 0.22 0 0.33 0.05
HSL 100º 0.76% 0.79% -
HSV(B) 100º 0.33% 0.95% -
XYZ 58.92 76.77 45.43 -
YUV 216.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 188 242 161 0.22 0 0.33 0.05 100 0.76 0.79
Hex BC F2 A1 16 0 21 5 64 4C 4F
Octal 274 362 241 26 0 41 5 144 114 117
Binary 10111100 11110010 10100001 10110 0 100001 101 1100100 1001100 1001111

Color Harmonies of #BCF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2A1

Black with #BCF2A1

Text Example


Text Example

White with #BCF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2A1; }

 p { color: rgb(188,242,161); }

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

background-color css

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

 a { background-color: rgb(188,242,161); }

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

border-color css

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

 span { border-color: rgb(188,242,161); }

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