Html Css Color HEX #B3C2B5 Gum Leaf

📋 copy color: '#B3C2B5'

red 179 ◦ green 194 ◦ blue 181

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

Shades of Gum Leaf #B3C2B5

Tints of Gum Leaf #B3C2B5

RGB

 RED value IS 179 (70.31% from 255) = 32.31%

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 32.31%
G = 35.02%
B = 32.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#B3C2B5 (or 0xB3C2B5) is known color: Gum Leaf. HEX triplet: B3, C2 and B5. RGB value is (179,194,181). Sum of RGB (Red+Green+Blue) = 179+194+181=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2B5 is #4C3D4A. Grayscale: #BCBCBC. Windows color (decimal): -4996427 or 11911859. OLE color: 11911859.

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

Color convert

RGB 179 194 181 -
CMYK 0.08 0 0.07 0.24
HSL 128º 0.11% 0.73% -
HSV(B) 128º 0.08% 0.76% -
XYZ 46.22 51.5 51.22 -
YUV 188.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 179 194 181 0.08 0 0.07 0.24 128 0.11 0.73
Hex B3 C2 B5 8 0 7 18 80 B 49
Octal 263 302 265 10 0 7 30 200 13 111
Binary 10110011 11000010 10110101 1000 0 111 11000 10000000 1011 1001001

Color Harmonies of #B3C2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C2B5

Black with #B3C2B5

Text Example


Text Example

White with #B3C2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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