Html Css Color HEX #B6C8BA Gum Leaf

📋 copy color: '#B6C8BA'

red 182 ◦ green 200 ◦ blue 186

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

Shades of Gum Leaf #B6C8BA

Tints of Gum Leaf #B6C8BA

RGB

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

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

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

R = 32.04%
G = 35.21%
B = 32.75%

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

#B6C8BA (or 0xB6C8BA) is known color: Gum Leaf. HEX triplet: B6, C8 and BA. RGB value is (182,200,186). Sum of RGB (Red+Green+Blue) = 182+200+186=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8BA is #493745. Grayscale: #C1C1C1. Windows color (decimal): -4798278 or 12241078. OLE color: 12241078.

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

Color convert

RGB 182 200 186 -
CMYK 0.09 0 0.07 0.22
HSL 133.33º 0.14% 0.75% -
HSV(B) 133.33º 0.09% 0.78% -
XYZ 48.81 54.8 54.46 -
YUV 193.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 182 200 186 0.09 0 0.07 0.22 133.33 0.14 0.75
Hex B6 C8 BA 9 0 7 16 85 E 4B
Octal 266 310 272 11 0 7 26 205 16 113
Binary 10110110 11001000 10111010 1001 0 111 10110 10000101 1110 1001011

Color Harmonies of #B6C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8BA

Black with #B6C8BA

Text Example


Text Example

White with #B6C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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