Html Css Color HEX #BACE8B Caper

📋 copy color: '#BACE8B'

red 186 ◦ green 206 ◦ blue 139

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

Shades of Caper #BACE8B

Tints of Caper #BACE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 35.03%
G = 38.79%
B = 26.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#BACE8B (or 0xBACE8B) is known color: Caper. HEX triplet: BA, CE and 8B. RGB value is (186,206,139). Sum of RGB (Red+Green+Blue) = 186+206+139=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8B is #453174. Grayscale: #C0C0C0. Windows color (decimal): -4534645 or 9162426. OLE color: 9162426.

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

Color convert

RGB 186 206 139 -
CMYK 0.10 0 0.33 0.19
HSL 77.91º 0.41% 0.68% -
HSV(B) 77.91º 0.33% 0.81% -
XYZ 46.98 56.45 32.85 -
YUV 192.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 186 206 139 0.10 0 0.33 0.19 77.91 0.41 0.68
Hex BA CE 8B A 0 21 13 4E 29 44
Octal 272 316 213 12 0 41 23 116 51 104
Binary 10111010 11001110 10001011 1010 0 100001 10011 1001110 101001 1000100

Color Harmonies of #BACE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE8B

Black with #BACE8B

Text Example


Text Example

White with #BACE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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