Html Css Color HEX #B1BEA0 Sprout

📋 copy color: '#B1BEA0'

red 177 ◦ green 190 ◦ blue 160

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

Shades of Sprout #B1BEA0

Tints of Sprout #B1BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

 BLUE value IS 160 (62.89% from 255) = 30.36%

R = 33.59%
G = 36.05%
B = 30.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#B1BEA0 (or 0xB1BEA0) is known color: Sprout. HEX triplet: B1, BE and A0. RGB value is (177,190,160). Sum of RGB (Red+Green+Blue) = 177+190+160=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA0 is #4E415F. Grayscale: #B6B6B6. Windows color (decimal): -5128544 or 10534577. OLE color: 10534577.

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

Color convert

RGB 177 190 160 -
CMYK 0.07 0 0.16 0.25
HSL 86º 0.19% 0.69% -
HSV(B) 86º 0.16% 0.75% -
XYZ 42.89 48.71 40.4 -
YUV 182.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 177 190 160 0.07 0 0.16 0.25 86 0.19 0.69
Hex B1 BE A0 7 0 10 19 56 13 45
Octal 261 276 240 7 0 20 31 126 23 105
Binary 10110001 10111110 10100000 111 0 10000 11001 1010110 10011 1000101

Color Harmonies of #B1BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEA0

Black with #B1BEA0

Text Example


Text Example

White with #B1BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEA0; }

 p { color: rgb(177,190,160); }

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

background-color css

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

 a { background-color: rgb(177,190,160); }

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

border-color css

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

 span { border-color: rgb(177,190,160); }

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