Html Css Color HEX #BAC889 Caper

📋 copy color: '#BAC889'

red 186 ◦ green 200 ◦ blue 137

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

Shades of Caper #BAC889

Tints of Caper #BAC889

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 137 (53.91% from 255) = 26.2%

R = 35.56%
G = 38.24%
B = 26.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BAC889 (or 0xBAC889) is known color: Caper. HEX triplet: BA, C8 and 89. RGB value is (186,200,137). Sum of RGB (Red+Green+Blue) = 186+200+137=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC889 is #453776. Grayscale: #BCBCBC. Windows color (decimal): -4536183 or 9029818. OLE color: 9029818.

HSL color Cylindrical-coordinate representation of color #BAC889: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC889 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 137 -
CMYK 0.07 0 0.32 0.22
HSL 73.33º 0.36% 0.66% -
HSV(B) 73.33º 0.32% 0.78% -
XYZ 45.42 53.55 31.61 -
YUV 188.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 186 200 137 0.07 0 0.32 0.22 73.33 0.36 0.66
Hex BA C8 89 7 0 20 16 49 24 42
Octal 272 310 211 7 0 40 26 111 44 102
Binary 10111010 11001000 10001001 111 0 100000 10110 1001001 100100 1000010

Color Harmonies of #BAC889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC889

Black with #BAC889

Text Example


Text Example

White with #BAC889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC889; }

 p { color: rgb(186,200,137); }

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

background-color css

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

 a { background-color: rgb(186,200,137); }

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

border-color css

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

 span { border-color: rgb(186,200,137); }

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