Html Css Color HEX #B0BBA0 Silver Chalice

📋 copy color: '#B0BBA0'

red 176 ◦ green 187 ◦ blue 160

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

Shades of Silver Chalice #B0BBA0

Tints of Silver Chalice #B0BBA0

RGB

 RED value IS 176 (69.14% from 255) = 33.65%

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 33.65%
G = 35.76%
B = 30.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B0BBA0 (or 0xB0BBA0) is known color: Silver Chalice. HEX triplet: B0, BB and A0. RGB value is (176,187,160). Sum of RGB (Red+Green+Blue) = 176+187+160=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA0 is #4F445F. Grayscale: #B4B4B4. Windows color (decimal): -5194848 or 10533808. OLE color: 10533808.

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

Color convert

RGB 176 187 160 -
CMYK 0.06 0 0.14 0.27
HSL 84.44º 0.17% 0.68% -
HSV(B) 84.44º 0.14% 0.73% -
XYZ 42.02 47.31 40.17 -
YUV 180.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 176 187 160 0.06 0 0.14 0.27 84.44 0.17 0.68
Hex B0 BB A0 6 0 E 1B 54 11 44
Octal 260 273 240 6 0 16 33 124 21 104
Binary 10110000 10111011 10100000 110 0 1110 11011 1010100 10001 1000100

Color Harmonies of #B0BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBA0

Black with #B0BBA0

Text Example


Text Example

White with #B0BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBA0; }

 p { color: rgb(176,187,160); }

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

background-color css

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

 a { background-color: rgb(176,187,160); }

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

border-color css

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

 span { border-color: rgb(176,187,160); }

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