Html Css Color HEX #B1BCA3 Silver Chalice

📋 copy color: '#B1BCA3'

red 177 ◦ green 188 ◦ blue 163

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

Shades of Silver Chalice #B1BCA3

Tints of Silver Chalice #B1BCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 33.52%
G = 35.61%
B = 30.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B1BCA3 (or 0xB1BCA3) is known color: Silver Chalice. HEX triplet: B1, BC and A3. RGB value is (177,188,163). Sum of RGB (Red+Green+Blue) = 177+188+163=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA3 is #4E435C. Grayscale: #B5B5B5. Windows color (decimal): -5129053 or 10730673. OLE color: 10730673.

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

Color convert

RGB 177 188 163 -
CMYK 0.06 0 0.13 0.26
HSL 86.4º 0.16% 0.69% -
HSV(B) 86.4º 0.13% 0.74% -
XYZ 42.73 47.96 41.66 -
YUV 181.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 177 188 163 0.06 0 0.13 0.26 86.4 0.16 0.69
Hex B1 BC A3 6 0 D 1A 56 10 45
Octal 261 274 243 6 0 15 32 126 20 105
Binary 10110001 10111100 10100011 110 0 1101 11010 1010110 10000 1000101

Color Harmonies of #B1BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCA3

Black with #B1BCA3

Text Example


Text Example

White with #B1BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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