Html Css Color HEX #BCEFA0 Madang

📋 copy color: '#BCEFA0'

red 188 ◦ green 239 ◦ blue 160

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

Shades of Madang #BCEFA0

Tints of Madang #BCEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 32.03%
G = 40.72%
B = 27.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#BCEFA0 (or 0xBCEFA0) is known color: Madang. HEX triplet: BC, EF and A0. RGB value is (188,239,160). Sum of RGB (Red+Green+Blue) = 188+239+160=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEFA0 is #43105F. Grayscale: #D7D7D7. Windows color (decimal): -4395104 or 10547132. OLE color: 10547132.

HSL color Cylindrical-coordinate representation of color #BCEFA0: hue angle of 98.73º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCEFA0 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 160 -
CMYK 0.21 0 0.33 0.06
HSL 98.73º 0.71% 0.78% -
HSV(B) 98.73º 0.33% 0.94% -
XYZ 57.95 74.96 44.67 -
YUV 214.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 188 239 160 0.21 0 0.33 0.06 98.73 0.71 0.78
Hex BC EF A0 15 0 21 6 63 47 4E
Octal 274 357 240 25 0 41 6 143 107 116
Binary 10111100 11101111 10100000 10101 0 100001 110 1100011 1000111 1001110

Color Harmonies of #BCEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFA0

Black with #BCEFA0

Text Example


Text Example

White with #BCEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFA0; }

 p { color: rgb(188,239,160); }

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

background-color css

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

 a { background-color: rgb(188,239,160); }

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

border-color css

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

 span { border-color: rgb(188,239,160); }

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