Html Css Color HEX #B6C6B9 Gum Leaf

📋 copy color: '#B6C6B9'

red 182 ◦ green 198 ◦ blue 185

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

Shades of Gum Leaf #B6C6B9

Tints of Gum Leaf #B6C6B9

RGB

 RED value IS 182 (71.48% from 255) = 32.21%

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 32.21%
G = 35.04%
B = 32.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#B6C6B9 (or 0xB6C6B9) is known color: Gum Leaf. HEX triplet: B6, C6 and B9. RGB value is (182,198,185). Sum of RGB (Red+Green+Blue) = 182+198+185=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6B9 is #493946. Grayscale: #BFBFBF. Windows color (decimal): -4798791 or 12175030. OLE color: 12175030.

HSL color Cylindrical-coordinate representation of color #B6C6B9: hue angle of 131.25º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6C6B9 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 185 -
CMYK 0.08 0 0.07 0.22
HSL 131.25º 0.12% 0.75% -
HSV(B) 131.25º 0.08% 0.78% -
XYZ 48.24 53.84 53.75 -
YUV 191.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 182 198 185 0.08 0 0.07 0.22 131.25 0.12 0.75
Hex B6 C6 B9 8 0 7 16 83 C 4B
Octal 266 306 271 10 0 7 26 203 14 113
Binary 10110110 11000110 10111001 1000 0 111 10110 10000011 1100 1001011

Color Harmonies of #B6C6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C6B9

Black with #B6C6B9

Text Example


Text Example

White with #B6C6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C6B9; }

 p { color: rgb(182,198,185); }

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

background-color css

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

 a { background-color: rgb(182,198,185); }

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

border-color css

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

 span { border-color: rgb(182,198,185); }

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