Html Css Color HEX #B494A4 Shady Lady

📋 copy color: '#B494A4'

red 180 ◦ green 148 ◦ blue 164

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

Shades of Shady Lady #B494A4

Tints of Shady Lady #B494A4

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 36.59%
G = 30.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B494A4 (or 0xB494A4) is known color: Shady Lady. HEX triplet: B4, 94 and A4. RGB value is (180,148,164). Sum of RGB (Red+Green+Blue) = 180+148+164=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B494A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B494A4 is #4B6B5B. Grayscale: #9F9F9F. Windows color (decimal): -4942684 or 10785972. OLE color: 10785972.

HSL color Cylindrical-coordinate representation of color #B494A4: hue angle of 330º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B494A4 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 164 -
CMYK 0 0.18 0.09 0.29
HSL 330º 0.18% 0.64% -
HSV(B) 330º 0.18% 0.71% -
XYZ 36.11 33.56 39.7 -
YUV 159.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 180 148 164 0 0.18 0.09 0.29 330 0.18 0.64
Hex B4 94 A4 0 12 9 1D 14A 12 40
Octal 264 224 244 0 22 11 35 512 22 100
Binary 10110100 10010100 10100100 0 10010 1001 11101 101001010 10010 1000000

Color Harmonies of #B494A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494A4

Black with #B494A4

Text Example


Text Example

White with #B494A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494A4; }

 p { color: rgb(180,148,164); }

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

background-color css

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

 a { background-color: rgb(180,148,164); }

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

border-color css

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

 span { border-color: rgb(180,148,164); }

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