Html Css Color HEX #B1ADAA Silk

📋 copy color: '#B1ADAA'

red 177 ◦ green 173 ◦ blue 170

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

Shades of Silk #B1ADAA

Tints of Silk #B1ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 34.04%
G = 33.27%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B1ADAA (or 0xB1ADAA) is known color: Silk. HEX triplet: B1, AD and AA. RGB value is (177,173,170). Sum of RGB (Red+Green+Blue) = 177+173+170=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAA is #4E5255. Grayscale: #ADADAD. Windows color (decimal): -5132886 or 11185585. OLE color: 11185585.

HSL color Cylindrical-coordinate representation of color #B1ADAA: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1ADAA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 170 -
CMYK 0 0.02 0.04 0.31
HSL 25.71º 0.04% 0.68% -
HSV(B) 25.71º 0.04% 0.69% -
XYZ 40.33 42.14 44.04 -
YUV 173.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 177 173 170 0 0.02 0.04 0.31 25.71 0.04 0.68
Hex B1 AD AA 0 2 4 1F 1A 4 44
Octal 261 255 252 0 2 4 37 32 4 104
Binary 10110001 10101101 10101010 0 10 100 11111 11010 100 1000100

Color Harmonies of #B1ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADAA

Black with #B1ADAA

Text Example


Text Example

White with #B1ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADAA; }

 p { color: rgb(177,173,170); }

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

background-color css

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

 a { background-color: rgb(177,173,170); }

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

border-color css

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

 span { border-color: rgb(177,173,170); }

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