Html Css Color HEX #B0C886 Caper

📋 copy color: '#B0C886'

red 176 ◦ green 200 ◦ blue 134

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

Shades of Caper #B0C886

Tints of Caper #B0C886

RGB

 RED value IS 176 (69.14% from 255) = 34.51%

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

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

R = 34.51%
G = 39.22%
B = 26.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#B0C886 (or 0xB0C886) is known color: Caper. HEX triplet: B0, C8 and 86. RGB value is (176,200,134). Sum of RGB (Red+Green+Blue) = 176+200+134=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C886 is #4F3779. Grayscale: #B9B9B9. Windows color (decimal): -5191546 or 8833200. OLE color: 8833200.

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

Color convert

RGB 176 200 134 -
CMYK 0.12 0 0.33 0.22
HSL 81.82º 0.38% 0.65% -
HSV(B) 81.82º 0.33% 0.78% -
XYZ 42.86 52.26 30.38 -
YUV 185.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 176 200 134 0.12 0 0.33 0.22 81.82 0.38 0.65
Hex B0 C8 86 C 0 21 16 52 26 41
Octal 260 310 206 14 0 41 26 122 46 101
Binary 10110000 11001000 10000110 1100 0 100001 10110 1010010 100110 1000001

Color Harmonies of #B0C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C886

Black with #B0C886

Text Example


Text Example

White with #B0C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C886; }

 p { color: rgb(176,200,134); }

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

background-color css

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

 a { background-color: rgb(176,200,134); }

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

border-color css

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

 span { border-color: rgb(176,200,134); }

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