#B294A5

Color #B294A5 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B294A5

Tints of Shady Lady #B294A5

Color information

#B294A5 (or 0xB294A5) is unknown color: approx Shady Lady. HEX triplet: B2, 94 and A5. RGB value is (178,148,165). Sum of RGB (Red+Green+Blue) = 178+148+165=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B294A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294A5 is #4D6B5A. Grayscale: #9E9E9E. Windows color (decimal): -5073755 or 10851506. OLE color: 10851506.

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

Color convert

RGB178148165-
CMYK00.170.070.30
HSL326º16.3%63.92%-
HSV(B)326º16.85%69.8%-
XYZ35.7433.3640.15-
YUV158.91131.44141.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=36.25%
G=30.14%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814816500.170.070.3032616.363.92
HexB294A501171E1461040
Octal26222424502173650620100
Binary10110010100101001010010101000111111110101000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294A5; }

 p { color: rgb(178,148,165); }

 H1.HeaderClassName
 {
   color: #B294A5;
 }
 .AnyTagClassName
 {
   color: #B294A5;
 }
</style>
background-color css

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

 a { background-color: rgb(178,148,165); }

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

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

 span { border-color: rgb(178,148,165); }

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