Html Css Color HEX #B2C8B6 Gum Leaf

📋 copy color: '#B2C8B6'

red 178 ◦ green 200 ◦ blue 182

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

Shades of Gum Leaf #B2C8B6

Tints of Gum Leaf #B2C8B6

RGB

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

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

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

R = 31.79%
G = 35.71%
B = 32.5%

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

#B2C8B6 (or 0xB2C8B6) is known color: Gum Leaf. HEX triplet: B2, C8 and B6. RGB value is (178,200,182). Sum of RGB (Red+Green+Blue) = 178+200+182=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8B6 is #4D3749. Grayscale: #BFBFBF. Windows color (decimal): -5060426 or 11978930. OLE color: 11978930.

HSL color Cylindrical-coordinate representation of color #B2C8B6: hue angle of 130.91º 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 #B2C8B6 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 182 -
CMYK 0.11 0 0.09 0.22
HSL 130.91º 0.17% 0.74% -
HSV(B) 130.91º 0.11% 0.78% -
XYZ 47.46 54.15 52.21 -
YUV 191.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 178 200 182 0.11 0 0.09 0.22 130.91 0.17 0.74
Hex B2 C8 B6 B 0 9 16 83 11 4A
Octal 262 310 266 13 0 11 26 203 21 112
Binary 10110010 11001000 10110110 1011 0 1001 10110 10000011 10001 1001010

Color Harmonies of #B2C8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C8B6

Black with #B2C8B6

Text Example


Text Example

White with #B2C8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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