Html Css Color HEX #B2BAB4 Gum Leaf

📋 copy color: '#B2BAB4'

red 178 ◦ green 186 ◦ blue 180

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

Shades of Gum Leaf #B2BAB4

Tints of Gum Leaf #B2BAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 32.72%
G = 34.19%
B = 33.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B2BAB4 (or 0xB2BAB4) is known color: Gum Leaf. HEX triplet: B2, BA and B4. RGB value is (178,186,180). Sum of RGB (Red+Green+Blue) = 178+186+180=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAB4 is #4D454B. Grayscale: #B6B6B6. Windows color (decimal): -5064012 or 11844274. OLE color: 11844274.

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

Color convert

RGB 178 186 180 -
CMYK 0.04 0 0.03 0.27
HSL 135º 0.05% 0.71% -
HSV(B) 135º 0.04% 0.73% -
XYZ 44.16 47.88 50.09 -
YUV 182.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 178 186 180 0.04 0 0.03 0.27 135 0.05 0.71
Hex B2 BA B4 4 0 3 1B 87 5 47
Octal 262 272 264 4 0 3 33 207 5 107
Binary 10110010 10111010 10110100 100 0 11 11011 10000111 101 1000111

Color Harmonies of #B2BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BAB4

Black with #B2BAB4

Text Example


Text Example

White with #B2BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BAB4; }

 p { color: rgb(178,186,180); }

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

background-color css

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

 a { background-color: rgb(178,186,180); }

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

border-color css

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

 span { border-color: rgb(178,186,180); }

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