Html Css Color HEX #B5BBA8 Silver Chalice

📋 copy color: '#B5BBA8'

red 181 ◦ green 187 ◦ blue 168

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

Shades of Silver Chalice #B5BBA8

Tints of Silver Chalice #B5BBA8

RGB

 RED value IS 181 (71.09% from 255) = 33.77%

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

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 33.77%
G = 34.89%
B = 31.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B5BBA8 (or 0xB5BBA8) is known color: Silver Chalice. HEX triplet: B5, BB and A8. RGB value is (181,187,168). Sum of RGB (Red+Green+Blue) = 181+187+168=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBA8 is #4A4457. Grayscale: #B7B7B7. Windows color (decimal): -4867160 or 11058101. OLE color: 11058101.

HSL color Cylindrical-coordinate representation of color #B5BBA8: hue angle of 78.95º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BBA8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 187 168 -
CMYK 0.03 0 0.10 0.27
HSL 78.95º 0.12% 0.7% -
HSV(B) 78.95º 0.1% 0.73% -
XYZ 43.89 48.19 44.03 -
YUV 183.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 181 187 168 0.03 0 0.10 0.27 78.95 0.12 0.7
Hex B5 BB A8 3 0 A 1B 4F C 46
Octal 265 273 250 3 0 12 33 117 14 106
Binary 10110101 10111011 10101000 11 0 1010 11011 1001111 1100 1000110

Color Harmonies of #B5BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBA8

Black with #B5BBA8

Text Example


Text Example

White with #B5BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBA8; }

 p { color: rgb(181,187,168); }

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

background-color css

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

 a { background-color: rgb(181,187,168); }

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

border-color css

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

 span { border-color: rgb(181,187,168); }

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