Html Css Color HEX #B2BC8C Caper

📋 copy color: '#B2BC8C'

red 178 ◦ green 188 ◦ blue 140

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

Shades of Caper #B2BC8C

Tints of Caper #B2BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 35.18%
G = 37.15%
B = 27.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#B2BC8C (or 0xB2BC8C) is known color: Caper. HEX triplet: B2, BC and 8C. RGB value is (178,188,140). Sum of RGB (Red+Green+Blue) = 178+188+140=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC8C is #4D4373. Grayscale: #B3B3B3. Windows color (decimal): -5063540 or 9223346. OLE color: 9223346.

HSL color Cylindrical-coordinate representation of color #B2BC8C: hue angle of 72.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BC8C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 140 -
CMYK 0.05 0 0.26 0.26
HSL 72.5º 0.26% 0.64% -
HSV(B) 72.5º 0.26% 0.74% -
XYZ 41.08 47.32 31.78 -
YUV 179.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 178 188 140 0.05 0 0.26 0.26 72.5 0.26 0.64
Hex B2 BC 8C 5 0 1A 1A 48 1A 40
Octal 262 274 214 5 0 32 32 110 32 100
Binary 10110010 10111100 10001100 101 0 11010 11010 1001000 11010 1000000

Color Harmonies of #B2BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC8C

Black with #B2BC8C

Text Example


Text Example

White with #B2BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC8C; }

 p { color: rgb(178,188,140); }

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

background-color css

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

 a { background-color: rgb(178,188,140); }

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

border-color css

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

 span { border-color: rgb(178,188,140); }

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