Html Css Color HEX #B2C4B6 Gum Leaf

📋 copy color: '#B2C4B6'

red 178 ◦ green 196 ◦ blue 182

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

Shades of Gum Leaf #B2C4B6

Tints of Gum Leaf #B2C4B6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

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

R = 32.01%
G = 35.25%
B = 32.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#B2C4B6 (or 0xB2C4B6) is known color: Gum Leaf. HEX triplet: B2, C4 and B6. RGB value is (178,196,182). Sum of RGB (Red+Green+Blue) = 178+196+182=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4B6 is #4D3B49. Grayscale: #BDBDBD. Windows color (decimal): -5061450 or 11977906. OLE color: 11977906.

HSL color Cylindrical-coordinate representation of color #B2C4B6: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4B6 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 182 -
CMYK 0.09 0 0.07 0.23
HSL 133.33º 0.13% 0.73% -
HSV(B) 133.33º 0.09% 0.77% -
XYZ 46.54 52.32 51.9 -
YUV 189.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 178 196 182 0.09 0 0.07 0.23 133.33 0.13 0.73
Hex B2 C4 B6 9 0 7 17 85 D 49
Octal 262 304 266 11 0 7 27 205 15 111
Binary 10110010 11000100 10110110 1001 0 111 10111 10000101 1101 1001001

Color Harmonies of #B2C4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C4B6

Black with #B2C4B6

Text Example


Text Example

White with #B2C4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C4B6; }

 p { color: rgb(178,196,182); }

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

background-color css

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

 a { background-color: rgb(178,196,182); }

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

border-color css

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

 span { border-color: rgb(178,196,182); }

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