Html Css Color HEX #B2C9B5 Gum Leaf

📋 copy color: '#B2C9B5'

red 178 ◦ green 201 ◦ blue 181

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

Shades of Gum Leaf #B2C9B5

Tints of Gum Leaf #B2C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.89%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 31.79%
G = 35.89%
B = 32.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#B2C9B5 (or 0xB2C9B5) is known color: Gum Leaf. HEX triplet: B2, C9 and B5. RGB value is (178,201,181). Sum of RGB (Red+Green+Blue) = 178+201+181=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9B5 is #4D364A. Grayscale: #BFBFBF. Windows color (decimal): -5060171 or 11913650. OLE color: 11913650.

HSL color Cylindrical-coordinate representation of color #B2C9B5: hue angle of 127.83º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C9B5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 181 -
CMYK 0.11 0 0.10 0.21
HSL 127.83º 0.18% 0.74% -
HSV(B) 127.83º 0.11% 0.79% -
XYZ 47.59 54.57 51.74 -
YUV 191.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 178 201 181 0.11 0 0.10 0.21 127.83 0.18 0.74
Hex B2 C9 B5 B 0 A 15 80 12 4A
Octal 262 311 265 13 0 12 25 200 22 112
Binary 10110010 11001001 10110101 1011 0 1010 10101 10000000 10010 1001010

Color Harmonies of #B2C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C9B5

Black with #B2C9B5

Text Example


Text Example

White with #B2C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C9B5; }

 p { color: rgb(178,201,181); }

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

background-color css

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

 a { background-color: rgb(178,201,181); }

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

border-color css

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

 span { border-color: rgb(178,201,181); }

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