Html Css Color HEX #B0BBA4 Silver Chalice

📋 copy color: '#B0BBA4'

red 176 ◦ green 187 ◦ blue 164

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

Shades of Silver Chalice #B0BBA4

Tints of Silver Chalice #B0BBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 33.4%
G = 35.48%
B = 31.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B0BBA4 (or 0xB0BBA4) is known color: Silver Chalice. HEX triplet: B0, BB and A4. RGB value is (176,187,164). Sum of RGB (Red+Green+Blue) = 176+187+164=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA4 is #4F445B. Grayscale: #B5B5B5. Windows color (decimal): -5194844 or 10795952. OLE color: 10795952.

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

Color convert

RGB 176 187 164 -
CMYK 0.06 0 0.12 0.27
HSL 88.7º 0.14% 0.69% -
HSV(B) 88.7º 0.12% 0.73% -
XYZ 42.38 47.45 42.05 -
YUV 181.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 176 187 164 0.06 0 0.12 0.27 88.7 0.14 0.69
Hex B0 BB A4 6 0 C 1B 59 E 45
Octal 260 273 244 6 0 14 33 131 16 105
Binary 10110000 10111011 10100100 110 0 1100 11011 1011001 1110 1000101

Color Harmonies of #B0BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBA4

Black with #B0BBA4

Text Example


Text Example

White with #B0BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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