Html Css Color HEX #BCFCA6 Madang

📋 copy color: '#BCFCA6'

red 188 ◦ green 252 ◦ blue 166

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

Shades of Madang #BCFCA6

Tints of Madang #BCFCA6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.58%

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 31.02%
G = 41.58%
B = 27.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#BCFCA6 (or 0xBCFCA6) is known color: Madang. HEX triplet: BC, FC and A6. RGB value is (188,252,166). Sum of RGB (Red+Green+Blue) = 188+252+166=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCA6 is #430359. Grayscale: #DFDFDF. Windows color (decimal): -4391770 or 10943676. OLE color: 10943676.

HSL color Cylindrical-coordinate representation of color #BCFCA6: hue angle of 104.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFCA6 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 166 -
CMYK 0.25 0 0.34 0.01
HSL 104.65º 0.93% 0.82% -
HSV(B) 104.65º 0.34% 0.99% -
XYZ 62.43 83.07 48.82 -
YUV 223.06 95.8 102.99 -
System Red Green Blue C M Y K H S L
Decimal 188 252 166 0.25 0 0.34 0.01 104.65 0.93 0.82
Hex BC FC A6 19 0 22 1 69 5D 52
Octal 274 374 246 31 0 42 1 151 135 122
Binary 10111100 11111100 10100110 11001 0 100010 1 1101001 1011101 1010010

Color Harmonies of #BCFCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCA6

Black with #BCFCA6

Text Example


Text Example

White with #BCFCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCA6; }

 p { color: rgb(188,252,166); }

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

background-color css

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

 a { background-color: rgb(188,252,166); }

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

border-color css

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

 span { border-color: rgb(188,252,166); }

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