Html Css Color HEX #B1BCA1 Sprout

📋 copy color: '#B1BCA1'

red 177 ◦ green 188 ◦ blue 161

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

Shades of Sprout #B1BCA1

Tints of Sprout #B1BCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 33.65%
G = 35.74%
B = 30.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#B1BCA1 (or 0xB1BCA1) is known color: Sprout. HEX triplet: B1, BC and A1. RGB value is (177,188,161). Sum of RGB (Red+Green+Blue) = 177+188+161=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA1 is #4E435E. Grayscale: #B5B5B5. Windows color (decimal): -5129055 or 10599601. OLE color: 10599601.

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

Color convert

RGB 177 188 161 -
CMYK 0.06 0 0.14 0.26
HSL 84.44º 0.17% 0.68% -
HSV(B) 84.44º 0.14% 0.74% -
XYZ 42.55 47.89 40.72 -
YUV 181.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 177 188 161 0.06 0 0.14 0.26 84.44 0.17 0.68
Hex B1 BC A1 6 0 E 1A 54 11 44
Octal 261 274 241 6 0 16 32 124 21 104
Binary 10110001 10111100 10100001 110 0 1110 11010 1010100 10001 1000100

Color Harmonies of #B1BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCA1

Black with #B1BCA1

Text Example


Text Example

White with #B1BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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