Html Css Color HEX #B2C8B5 Gum Leaf

📋 copy color: '#B2C8B5'

red 178 ◦ green 200 ◦ blue 181

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

Shades of Gum Leaf #B2C8B5

Tints of Gum Leaf #B2C8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

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

R = 31.84%
G = 35.78%
B = 32.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#B2C8B5 (or 0xB2C8B5) is known color: Gum Leaf. HEX triplet: B2, C8 and B5. RGB value is (178,200,181). Sum of RGB (Red+Green+Blue) = 178+200+181=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8B5 is #4D374A. Grayscale: #BFBFBF. Windows color (decimal): -5060427 or 11913394. OLE color: 11913394.

HSL color Cylindrical-coordinate representation of color #B2C8B5: hue angle of 128.18º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C8B5 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 181 -
CMYK 0.11 0 0.09 0.22
HSL 128.18º 0.17% 0.74% -
HSV(B) 128.18º 0.11% 0.78% -
XYZ 47.35 54.11 51.66 -
YUV 191.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 178 200 181 0.11 0 0.09 0.22 128.18 0.17 0.74
Hex B2 C8 B5 B 0 9 16 80 11 4A
Octal 262 310 265 13 0 11 26 200 21 112
Binary 10110010 11001000 10110101 1011 0 1001 10110 10000000 10001 1001010

Color Harmonies of #B2C8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C8B5

Black with #B2C8B5

Text Example


Text Example

White with #B2C8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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