Html Css Color HEX #B2BE8F Caper

📋 copy color: '#B2BE8F'

red 178 ◦ green 190 ◦ blue 143

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

Shades of Caper #B2BE8F

Tints of Caper #B2BE8F

RGB

 RED value IS 178 (69.92% from 255) = 34.83%

 GREEN value IS 190 (74.61% from 255) = 37.18%

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 34.83%
G = 37.18%
B = 27.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#B2BE8F (or 0xB2BE8F) is known color: Caper. HEX triplet: B2, BE and 8F. RGB value is (178,190,143). Sum of RGB (Red+Green+Blue) = 178+190+143=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE8F is #4D4170. Grayscale: #B5B5B5. Windows color (decimal): -5063025 or 9420466. OLE color: 9420466.

HSL color Cylindrical-coordinate representation of color #B2BE8F: hue angle of 75.32º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BE8F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 143 -
CMYK 0.06 0 0.25 0.25
HSL 75.32º 0.27% 0.65% -
HSV(B) 75.32º 0.25% 0.75% -
XYZ 41.73 48.28 33.11 -
YUV 181.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 178 190 143 0.06 0 0.25 0.25 75.32 0.27 0.65
Hex B2 BE 8F 6 0 19 19 4B 1B 41
Octal 262 276 217 6 0 31 31 113 33 101
Binary 10110010 10111110 10001111 110 0 11001 11001 1001011 11011 1000001

Color Harmonies of #B2BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE8F

Black with #B2BE8F

Text Example


Text Example

White with #B2BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE8F; }

 p { color: rgb(178,190,143); }

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

background-color css

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

 a { background-color: rgb(178,190,143); }

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

border-color css

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

 span { border-color: rgb(178,190,143); }

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