Html Css Color HEX #BCFEB0 Madang

📋 copy color: '#BCFEB0'

red 188 ◦ green 254 ◦ blue 176

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

Shades of Madang #BCFEB0

Tints of Madang #BCFEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.48%

R = 30.42%
G = 41.1%
B = 28.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#BCFEB0 (or 0xBCFEB0) is known color: Madang. HEX triplet: BC, FE and B0. RGB value is (188,254,176). Sum of RGB (Red+Green+Blue) = 188+254+176=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEB0 is #43014F. Grayscale: #E1E1E1. Windows color (decimal): -4391248 or 11599548. OLE color: 11599548.

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

Color convert

RGB 188 254 176 -
CMYK 0.26 0 0.31 0.00
HSL 110.77º 0.98% 0.84% -
HSV(B) 110.77º 0.31% 1% -
XYZ 64.02 84.71 54.05 -
YUV 225.37 100.13 101.34 -
System Red Green Blue C M Y K H S L
Decimal 188 254 176 0.26 0 0.31 0.00 110.77 0.98 0.84
Hex BC FE B0 1A 0 1F 0 6F 62 54
Octal 274 376 260 32 0 37 0 157 142 124
Binary 10111100 11111110 10110000 11010 0 11111 0 1101111 1100010 1010100

Color Harmonies of #BCFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEB0

Black with #BCFEB0

Text Example


Text Example

White with #BCFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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