Html Css Color HEX #B29CA6 Shady Lady

📋 copy color: '#B29CA6'

red 178 ◦ green 156 ◦ blue 166

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

Shades of Shady Lady #B29CA6

Tints of Shady Lady #B29CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 35.6%
G = 31.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B29CA6 (or 0xB29CA6) is known color: Shady Lady. HEX triplet: B2, 9C and A6. RGB value is (178,156,166). Sum of RGB (Red+Green+Blue) = 178+156+166=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CA6 is #4D6359. Grayscale: #A3A3A3. Windows color (decimal): -5071706 or 10919090. OLE color: 10919090.

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

Color convert

RGB 178 156 166 -
CMYK 0 0.12 0.07 0.30
HSL 332.73º 0.13% 0.65% -
HSV(B) 332.73º 0.12% 0.7% -
XYZ 37.13 36 41.07 -
YUV 163.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 178 156 166 0 0.12 0.07 0.30 332.73 0.13 0.65
Hex B2 9C A6 0 C 7 1E 14D C 41
Octal 262 234 246 0 14 7 36 515 14 101
Binary 10110010 10011100 10100110 0 1100 111 11110 101001101 1100 1000001

Color Harmonies of #B29CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CA6

Black with #B29CA6

Text Example


Text Example

White with #B29CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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