Html Css Color HEX #B1C2B3 Gum Leaf

📋 copy color: '#B1C2B3'

red 177 ◦ green 194 ◦ blue 179

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

Shades of Gum Leaf #B1C2B3

Tints of Gum Leaf #B1C2B3

RGB

 RED value IS 177 (69.53% from 255) = 32.18%

 GREEN value IS 194 (76.17% from 255) = 35.27%

 BLUE value IS 179 (70.31% from 255) = 32.55%

R = 32.18%
G = 35.27%
B = 32.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#B1C2B3 (or 0xB1C2B3) is known color: Gum Leaf. HEX triplet: B1, C2 and B3. RGB value is (177,194,179). Sum of RGB (Red+Green+Blue) = 177+194+179=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2B3 is #4E3D4C. Grayscale: #BBBBBB. Windows color (decimal): -5127501 or 11780785. OLE color: 11780785.

HSL color Cylindrical-coordinate representation of color #B1C2B3: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C2B3 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 179 -
CMYK 0.09 0 0.08 0.24
HSL 127.06º 0.12% 0.73% -
HSV(B) 127.06º 0.09% 0.76% -
XYZ 45.56 51.19 50.13 -
YUV 187.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 177 194 179 0.09 0 0.08 0.24 127.06 0.12 0.73
Hex B1 C2 B3 9 0 8 18 7F C 49
Octal 261 302 263 11 0 10 30 177 14 111
Binary 10110001 11000010 10110011 1001 0 1000 11000 1111111 1100 1001001

Color Harmonies of #B1C2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2B3

Black with #B1C2B3

Text Example


Text Example

White with #B1C2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2B3; }

 p { color: rgb(177,194,179); }

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

background-color css

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

 a { background-color: rgb(177,194,179); }

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

border-color css

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

 span { border-color: rgb(177,194,179); }

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