Html Css Color HEX #B2BC8F Caper

📋 copy color: '#B2BC8F'

red 178 ◦ green 188 ◦ blue 143

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

Shades of Caper #B2BC8F

Tints of Caper #B2BC8F

RGB

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

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

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

R = 34.97%
G = 36.94%
B = 28.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#B2BC8F (or 0xB2BC8F) is known color: Caper. HEX triplet: B2, BC and 8F. RGB value is (178,188,143). Sum of RGB (Red+Green+Blue) = 178+188+143=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC8F is #4D4370. Grayscale: #B4B4B4. Windows color (decimal): -5063537 or 9419954. OLE color: 9419954.

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

Color convert

RGB 178 188 143 -
CMYK 0.05 0 0.24 0.26
HSL 73.33º 0.25% 0.65% -
HSV(B) 73.33º 0.24% 0.74% -
XYZ 41.3 47.41 32.96 -
YUV 179.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 178 188 143 0.05 0 0.24 0.26 73.33 0.25 0.65
Hex B2 BC 8F 5 0 18 1A 49 19 41
Octal 262 274 217 5 0 30 32 111 31 101
Binary 10110010 10111100 10001111 101 0 11000 11010 1001001 11001 1000001

Color Harmonies of #B2BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC8F

Black with #B2BC8F

Text Example


Text Example

White with #B2BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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