Html Css Color HEX #BCF1A1 Madang

📋 copy color: '#BCF1A1'

red 188 ◦ green 241 ◦ blue 161

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

Shades of Madang #BCF1A1

Tints of Madang #BCF1A1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.85%

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

R = 31.86%
G = 40.85%
B = 27.29%

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

#BCF1A1 (or 0xBCF1A1) is known color: Madang. HEX triplet: BC, F1 and A1. RGB value is (188,241,161). Sum of RGB (Red+Green+Blue) = 188+241+161=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF1A1 is #430E5E. Grayscale: #D8D8D8. Windows color (decimal): -4394591 or 10613180. OLE color: 10613180.

HSL color Cylindrical-coordinate representation of color #BCF1A1: hue angle of 99.75º degrees, saturation: 0.74, 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 #BCF1A1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 161 -
CMYK 0.22 0 0.33 0.05
HSL 99.75º 0.74% 0.79% -
HSV(B) 99.75º 0.33% 0.95% -
XYZ 58.63 76.18 45.33 -
YUV 216.03 96.94 108 -
System Red Green Blue C M Y K H S L
Decimal 188 241 161 0.22 0 0.33 0.05 99.75 0.74 0.79
Hex BC F1 A1 16 0 21 5 64 4A 4F
Octal 274 361 241 26 0 41 5 144 112 117
Binary 10111100 11110001 10100001 10110 0 100001 101 1100100 1001010 1001111

Color Harmonies of #BCF1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1A1

Black with #BCF1A1

Text Example


Text Example

White with #BCF1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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