Html Css Color HEX #B2BC8A Caper

📋 copy color: '#B2BC8A'

red 178 ◦ green 188 ◦ blue 138

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

Shades of Caper #B2BC8A

Tints of Caper #B2BC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 35.32%
G = 37.3%
B = 27.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#B2BC8A (or 0xB2BC8A) is known color: Caper. HEX triplet: B2, BC and 8A. RGB value is (178,188,138). Sum of RGB (Red+Green+Blue) = 178+188+138=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC8A is #4D4375. Grayscale: #B3B3B3. Windows color (decimal): -5063542 or 9092274. OLE color: 9092274.

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

Color convert

RGB 178 188 138 -
CMYK 0.05 0 0.27 0.26
HSL 72º 0.27% 0.64% -
HSV(B) 72º 0.27% 0.74% -
XYZ 40.93 47.27 31.01 -
YUV 179.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 178 188 138 0.05 0 0.27 0.26 72 0.27 0.64
Hex B2 BC 8A 5 0 1B 1A 48 1B 40
Octal 262 274 212 5 0 33 32 110 33 100
Binary 10110010 10111100 10001010 101 0 11011 11010 1001000 11011 1000000

Color Harmonies of #B2BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC8A

Black with #B2BC8A

Text Example


Text Example

White with #B2BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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