Html Css Color HEX #BACE80 Caper

📋 copy color: '#BACE80'

red 186 ◦ green 206 ◦ blue 128

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

Shades of Caper #BACE80

Tints of Caper #BACE80

RGB

 RED value IS 186 (73.05% from 255) = 35.77%

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 35.77%
G = 39.62%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BACE80 (or 0xBACE80) is known color: Caper. HEX triplet: BA, CE and 80. RGB value is (186,206,128). Sum of RGB (Red+Green+Blue) = 186+206+128=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE80 is #45317F. Grayscale: #BFBFBF. Windows color (decimal): -4534656 or 8441530. OLE color: 8441530.

HSL color Cylindrical-coordinate representation of color #BACE80: hue angle of 75.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BACE80 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 128 -
CMYK 0.10 0 0.38 0.19
HSL 75.38º 0.44% 0.65% -
HSV(B) 75.38º 0.38% 0.81% -
XYZ 46.22 56.14 28.82 -
YUV 191.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 186 206 128 0.10 0 0.38 0.19 75.38 0.44 0.65
Hex BA CE 80 A 0 26 13 4B 2C 41
Octal 272 316 200 12 0 46 23 113 54 101
Binary 10111010 11001110 10000000 1010 0 100110 10011 1001011 101100 1000001

Color Harmonies of #BACE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE80

Black with #BACE80

Text Example


Text Example

White with #BACE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE80; }

 p { color: rgb(186,206,128); }

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

background-color css

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

 a { background-color: rgb(186,206,128); }

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

border-color css

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

 span { border-color: rgb(186,206,128); }

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