Html Css Color HEX #B5BCB6 Gum Leaf

📋 copy color: '#B5BCB6'

red 181 ◦ green 188 ◦ blue 182

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

Shades of Gum Leaf #B5BCB6

Tints of Gum Leaf #B5BCB6

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

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

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 32.85%
G = 34.12%
B = 33.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#B5BCB6 (or 0xB5BCB6) is known color: Gum Leaf. HEX triplet: B5, BC and B6. RGB value is (181,188,182). Sum of RGB (Red+Green+Blue) = 181+188+182=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB6 is #4A4349. Grayscale: #B9B9B9. Windows color (decimal): -4866890 or 11975861. OLE color: 11975861.

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

Color convert

RGB 181 188 182 -
CMYK 0.04 0 0.03 0.26
HSL 128.57º 0.05% 0.72% -
HSV(B) 128.57º 0.04% 0.74% -
XYZ 45.48 49.17 51.35 -
YUV 185.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 181 188 182 0.04 0 0.03 0.26 128.57 0.05 0.72
Hex B5 BC B6 4 0 3 1A 81 5 48
Octal 265 274 266 4 0 3 32 201 5 110
Binary 10110101 10111100 10110110 100 0 11 11010 10000001 101 1001000

Color Harmonies of #B5BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCB6

Black with #B5BCB6

Text Example


Text Example

White with #B5BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCB6; }

 p { color: rgb(181,188,182); }

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

background-color css

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

 a { background-color: rgb(181,188,182); }

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

border-color css

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

 span { border-color: rgb(181,188,182); }

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