Html Css Color HEX #BCEEA0 Madang

📋 copy color: '#BCEEA0'

red 188 ◦ green 238 ◦ blue 160

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

Shades of Madang #BCEEA0

Tints of Madang #BCEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.61%

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

R = 32.08%
G = 40.61%
B = 27.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#BCEEA0 (or 0xBCEEA0) is known color: Madang. HEX triplet: BC, EE and A0. RGB value is (188,238,160). Sum of RGB (Red+Green+Blue) = 188+238+160=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEA0 is #43115F. Grayscale: #D6D6D6. Windows color (decimal): -4395360 or 10546876. OLE color: 10546876.

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

Color convert

RGB 188 238 160 -
CMYK 0.21 0 0.33 0.07
HSL 98.46º 0.7% 0.78% -
HSV(B) 98.46º 0.33% 0.93% -
XYZ 57.66 74.38 44.58 -
YUV 214.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 188 238 160 0.21 0 0.33 0.07 98.46 0.7 0.78
Hex BC EE A0 15 0 21 7 62 46 4E
Octal 274 356 240 25 0 41 7 142 106 116
Binary 10111100 11101110 10100000 10101 0 100001 111 1100010 1000110 1001110

Color Harmonies of #BCEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEA0

Black with #BCEEA0

Text Example


Text Example

White with #BCEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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