Html Css Color HEX #B2BE8E Caper

📋 copy color: '#B2BE8E'

red 178 ◦ green 190 ◦ blue 142

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

Shades of Caper #B2BE8E

Tints of Caper #B2BE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 34.9%
G = 37.25%
B = 27.84%

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

#B2BE8E (or 0xB2BE8E) is known color: Caper. HEX triplet: B2, BE and 8E. RGB value is (178,190,142). Sum of RGB (Red+Green+Blue) = 178+190+142=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE8E is #4D4171. Grayscale: #B5B5B5. Windows color (decimal): -5063026 or 9354930. OLE color: 9354930.

HSL color Cylindrical-coordinate representation of color #B2BE8E: hue angle of 75º 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 #B2BE8E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 142 -
CMYK 0.06 0 0.25 0.25
HSL 75º 0.27% 0.65% -
HSV(B) 75º 0.25% 0.75% -
XYZ 41.66 48.24 32.71 -
YUV 180.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 178 190 142 0.06 0 0.25 0.25 75 0.27 0.65
Hex B2 BE 8E 6 0 19 19 4B 1B 41
Octal 262 276 216 6 0 31 31 113 33 101
Binary 10110010 10111110 10001110 110 0 11001 11001 1001011 11011 1000001

Color Harmonies of #B2BE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE8E

Black with #B2BE8E

Text Example


Text Example

White with #B2BE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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