Html Css Color HEX #B1BCB4 Gum Leaf

📋 copy color: '#B1BCB4'

red 177 ◦ green 188 ◦ blue 180

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

Shades of Gum Leaf #B1BCB4

Tints of Gum Leaf #B1BCB4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 32.48%
G = 34.5%
B = 33.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#B1BCB4 (or 0xB1BCB4) is known color: Gum Leaf. HEX triplet: B1, BC and B4. RGB value is (177,188,180). Sum of RGB (Red+Green+Blue) = 177+188+180=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCB4 is #4E434B. Grayscale: #B7B7B7. Windows color (decimal): -5129036 or 11844785. OLE color: 11844785.

HSL color Cylindrical-coordinate representation of color #B1BCB4: hue angle of 136.36º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BCB4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 180 -
CMYK 0.06 0 0.04 0.26
HSL 136.36º 0.08% 0.72% -
HSV(B) 136.36º 0.06% 0.74% -
XYZ 44.35 48.61 50.22 -
YUV 183.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 177 188 180 0.06 0 0.04 0.26 136.36 0.08 0.72
Hex B1 BC B4 6 0 4 1A 88 8 48
Octal 261 274 264 6 0 4 32 210 10 110
Binary 10110001 10111100 10110100 110 0 100 11010 10001000 1000 1001000

Color Harmonies of #B1BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCB4

Black with #B1BCB4

Text Example


Text Example

White with #B1BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCB4; }

 p { color: rgb(177,188,180); }

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

background-color css

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

 a { background-color: rgb(177,188,180); }

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

border-color css

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

 span { border-color: rgb(177,188,180); }

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