Html Css Color HEX #B7C0B9 Gum Leaf

📋 copy color: '#B7C0B9'

red 183 ◦ green 192 ◦ blue 185

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

Shades of Gum Leaf #B7C0B9

Tints of Gum Leaf #B7C0B9

RGB

 RED value IS 183 (71.88% from 255) = 32.68%

 GREEN value IS 192 (75.39% from 255) = 34.29%

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

R = 32.68%
G = 34.29%
B = 33.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#B7C0B9 (or 0xB7C0B9) is known color: Gum Leaf. HEX triplet: B7, C0 and B9. RGB value is (183,192,185). Sum of RGB (Red+Green+Blue) = 183+192+185=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0B9 is #483F46. Grayscale: #BCBCBC. Windows color (decimal): -4734791 or 12173495. OLE color: 12173495.

HSL color Cylindrical-coordinate representation of color #B7C0B9: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7C0B9 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 192 185 -
CMYK 0.05 0 0.04 0.25
HSL 133.33º 0.07% 0.74% -
HSV(B) 133.33º 0.05% 0.75% -
XYZ 47.14 51.27 53.31 -
YUV 188.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 183 192 185 0.05 0 0.04 0.25 133.33 0.07 0.74
Hex B7 C0 B9 5 0 4 19 85 7 4A
Octal 267 300 271 5 0 4 31 205 7 112
Binary 10110111 11000000 10111001 101 0 100 11001 10000101 111 1001010

Color Harmonies of #B7C0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C0B9

Black with #B7C0B9

Text Example


Text Example

White with #B7C0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C0B9; }

 p { color: rgb(183,192,185); }

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

background-color css

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

 a { background-color: rgb(183,192,185); }

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

border-color css

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

 span { border-color: rgb(183,192,185); }

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