Html Css Color HEX #BCFEA6 Madang

📋 copy color: '#BCFEA6'

red 188 ◦ green 254 ◦ blue 166

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

Shades of Madang #BCFEA6

Tints of Madang #BCFEA6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.78%

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

R = 30.92%
G = 41.78%
B = 27.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#BCFEA6 (or 0xBCFEA6) is known color: Madang. HEX triplet: BC, FE and A6. RGB value is (188,254,166). Sum of RGB (Red+Green+Blue) = 188+254+166=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA6 is #430159. Grayscale: #E0E0E0. Windows color (decimal): -4391258 or 10944188. OLE color: 10944188.

HSL color Cylindrical-coordinate representation of color #BCFEA6: hue angle of 105º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFEA6 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 166 -
CMYK 0.26 0 0.35 0.00
HSL 105º 0.98% 0.82% -
HSV(B) 105º 0.35% 1% -
XYZ 63.06 84.33 49.03 -
YUV 224.23 95.13 102.16 -
System Red Green Blue C M Y K H S L
Decimal 188 254 166 0.26 0 0.35 0.00 105 0.98 0.82
Hex BC FE A6 1A 0 23 0 69 62 52
Octal 274 376 246 32 0 43 0 151 142 122
Binary 10111100 11111110 10100110 11010 0 100011 0 1101001 1100010 1010010

Color Harmonies of #BCFEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEA6

Black with #BCFEA6

Text Example


Text Example

White with #BCFEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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