Html Css Color HEX #B6C8B9 Gum Leaf

📋 copy color: '#B6C8B9'

red 182 ◦ green 200 ◦ blue 185

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

Shades of Gum Leaf #B6C8B9

Tints of Gum Leaf #B6C8B9

RGB

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

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

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

R = 32.1%
G = 35.27%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#B6C8B9 (or 0xB6C8B9) is known color: Gum Leaf. HEX triplet: B6, C8 and B9. RGB value is (182,200,185). Sum of RGB (Red+Green+Blue) = 182+200+185=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8B9 is #493746. Grayscale: #C0C0C0. Windows color (decimal): -4798279 or 12175542. OLE color: 12175542.

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

Color convert

RGB 182 200 185 -
CMYK 0.09 0 0.08 0.22
HSL 130º 0.14% 0.75% -
HSV(B) 130º 0.09% 0.78% -
XYZ 48.7 54.76 53.9 -
YUV 192.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 182 200 185 0.09 0 0.08 0.22 130 0.14 0.75
Hex B6 C8 B9 9 0 8 16 82 E 4B
Octal 266 310 271 11 0 10 26 202 16 113
Binary 10110110 11001000 10111001 1001 0 1000 10110 10000010 1110 1001011

Color Harmonies of #B6C8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8B9

Black with #B6C8B9

Text Example


Text Example

White with #B6C8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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