Html Css Color HEX #B0BB9F Silver Chalice

📋 copy color: '#B0BB9F'

red 176 ◦ green 187 ◦ blue 159

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

Shades of Silver Chalice #B0BB9F

Tints of Silver Chalice #B0BB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 33.72%
G = 35.82%
B = 30.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B0BB9F (or 0xB0BB9F) is known color: Silver Chalice. HEX triplet: B0, BB and 9F. RGB value is (176,187,159). Sum of RGB (Red+Green+Blue) = 176+187+159=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9F is #4F4460. Grayscale: #B4B4B4. Windows color (decimal): -5194849 or 10468272. OLE color: 10468272.

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

Color convert

RGB 176 187 159 -
CMYK 0.06 0 0.15 0.27
HSL 83.57º 0.17% 0.68% -
HSV(B) 83.57º 0.15% 0.73% -
XYZ 41.93 47.27 39.72 -
YUV 180.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 176 187 159 0.06 0 0.15 0.27 83.57 0.17 0.68
Hex B0 BB 9F 6 0 F 1B 54 11 44
Octal 260 273 237 6 0 17 33 124 21 104
Binary 10110000 10111011 10011111 110 0 1111 11011 1010100 10001 1000100

Color Harmonies of #B0BB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB9F

Black with #B0BB9F

Text Example


Text Example

White with #B0BB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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