Html Css Color HEX #B6C7BA Gum Leaf

📋 copy color: '#B6C7BA'

red 182 ◦ green 199 ◦ blue 186

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

Shades of Gum Leaf #B6C7BA

Tints of Gum Leaf #B6C7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.1%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 32.1%
G = 35.1%
B = 32.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#B6C7BA (or 0xB6C7BA) is known color: Gum Leaf. HEX triplet: B6, C7 and BA. RGB value is (182,199,186). Sum of RGB (Red+Green+Blue) = 182+199+186=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7BA is #493845. Grayscale: #C0C0C0. Windows color (decimal): -4798534 or 12240822. OLE color: 12240822.

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

Color convert

RGB 182 199 186 -
CMYK 0.09 0 0.07 0.22
HSL 134.12º 0.13% 0.75% -
HSV(B) 134.12º 0.09% 0.78% -
XYZ 48.58 54.34 54.38 -
YUV 192.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 182 199 186 0.09 0 0.07 0.22 134.12 0.13 0.75
Hex B6 C7 BA 9 0 7 16 86 D 4B
Octal 266 307 272 11 0 7 26 206 15 113
Binary 10110110 11000111 10111010 1001 0 111 10110 10000110 1101 1001011

Color Harmonies of #B6C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C7BA

Black with #B6C7BA

Text Example


Text Example

White with #B6C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C7BA; }

 p { color: rgb(182,199,186); }

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

background-color css

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

 a { background-color: rgb(182,199,186); }

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

border-color css

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

 span { border-color: rgb(182,199,186); }

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