Html Css Color HEX #B1C686 Caper

📋 copy color: '#B1C686'

red 177 ◦ green 198 ◦ blue 134

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

Shades of Caper #B1C686

Tints of Caper #B1C686

RGB

 RED value IS 177 (69.53% from 255) = 34.77%

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 134 (52.73% from 255) = 26.33%

R = 34.77%
G = 38.9%
B = 26.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#B1C686 (or 0xB1C686) is known color: Caper. HEX triplet: B1, C6 and 86. RGB value is (177,198,134). Sum of RGB (Red+Green+Blue) = 177+198+134=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C686 is #4E3979. Grayscale: #B8B8B8. Windows color (decimal): -5126522 or 8832689. OLE color: 8832689.

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

Color convert

RGB 177 198 134 -
CMYK 0.11 0 0.32 0.22
HSL 79.69º 0.36% 0.65% -
HSV(B) 79.69º 0.32% 0.78% -
XYZ 42.63 51.46 30.24 -
YUV 184.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 177 198 134 0.11 0 0.32 0.22 79.69 0.36 0.65
Hex B1 C6 86 B 0 20 16 50 24 41
Octal 261 306 206 13 0 40 26 120 44 101
Binary 10110001 11000110 10000110 1011 0 100000 10110 1010000 100100 1000001

Color Harmonies of #B1C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C686

Black with #B1C686

Text Example


Text Example

White with #B1C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C686; }

 p { color: rgb(177,198,134); }

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

background-color css

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

 a { background-color: rgb(177,198,134); }

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

border-color css

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

 span { border-color: rgb(177,198,134); }

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