Html Css Color HEX #B0ADAB Silk

📋 copy color: '#B0ADAB'

red 176 ◦ green 173 ◦ blue 171

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

Shades of Silk #B0ADAB

Tints of Silk #B0ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 33.85%
G = 33.27%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B0ADAB (or 0xB0ADAB) is known color: Silk. HEX triplet: B0, AD and AB. RGB value is (176,173,171). Sum of RGB (Red+Green+Blue) = 176+173+171=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADAB is #4F5254. Grayscale: #ADADAD. Windows color (decimal): -5198421 or 11251120. OLE color: 11251120.

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

Color convert

RGB 176 173 171 -
CMYK 0 0.02 0.03 0.31
HSL 24º 0.03% 0.68% -
HSV(B) 24º 0.03% 0.69% -
XYZ 40.2 42.06 44.53 -
YUV 173.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 176 173 171 0 0.02 0.03 0.31 24 0.03 0.68
Hex B0 AD AB 0 2 3 1F 18 3 44
Octal 260 255 253 0 2 3 37 30 3 104
Binary 10110000 10101101 10101011 0 10 11 11111 11000 11 1000100

Color Harmonies of #B0ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADAB

Black with #B0ADAB

Text Example


Text Example

White with #B0ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADAB; }

 p { color: rgb(176,173,171); }

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

background-color css

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

 a { background-color: rgb(176,173,171); }

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

border-color css

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

 span { border-color: rgb(176,173,171); }

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