Html Css Color HEX #B2ABA6 Silk

📋 copy color: '#B2ABA6'

red 178 ◦ green 171 ◦ blue 166

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

Shades of Silk #B2ABA6

Tints of Silk #B2ABA6

RGB

 RED value IS 178 (69.92% from 255) = 34.56%

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 34.56%
G = 33.2%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B2ABA6 (or 0xB2ABA6) is known color: Silk. HEX triplet: B2, AB and A6. RGB value is (178,171,166). Sum of RGB (Red+Green+Blue) = 178+171+166=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA6 is #4D5459. Grayscale: #ACACAC. Windows color (decimal): -5067866 or 10922930. OLE color: 10922930.

HSL color Cylindrical-coordinate representation of color #B2ABA6: hue angle of 25º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ABA6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 166 -
CMYK 0 0.04 0.07 0.30
HSL 25º 0.07% 0.67% -
HSV(B) 25º 0.07% 0.7% -
XYZ 39.81 41.34 41.96 -
YUV 172.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 178 171 166 0 0.04 0.07 0.30 25 0.07 0.67
Hex B2 AB A6 0 4 7 1E 19 7 43
Octal 262 253 246 0 4 7 36 31 7 103
Binary 10110010 10101011 10100110 0 100 111 11110 11001 111 1000011

Color Harmonies of #B2ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABA6

Black with #B2ABA6

Text Example


Text Example

White with #B2ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABA6; }

 p { color: rgb(178,171,166); }

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

background-color css

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

 a { background-color: rgb(178,171,166); }

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

border-color css

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

 span { border-color: rgb(178,171,166); }

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