Html Css Color HEX #B295A4 Shady Lady

📋 copy color: '#B295A4'

red 178 ◦ green 149 ◦ blue 164

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

Shades of Shady Lady #B295A4

Tints of Shady Lady #B295A4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 36.25%
G = 30.35%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B295A4 (or 0xB295A4) is known color: Shady Lady. HEX triplet: B2, 95 and A4. RGB value is (178,149,164). Sum of RGB (Red+Green+Blue) = 178+149+164=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B295A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B295A4 is #4D6A5B. Grayscale: #9F9F9F. Windows color (decimal): -5073500 or 10786226. OLE color: 10786226.

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

Color convert

RGB 178 149 164 -
CMYK 0 0.16 0.08 0.30
HSL 328.97º 0.16% 0.64% -
HSV(B) 328.97º 0.16% 0.7% -
XYZ 35.81 33.64 39.73 -
YUV 159.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 178 149 164 0 0.16 0.08 0.30 328.97 0.16 0.64
Hex B2 95 A4 0 10 8 1E 149 10 40
Octal 262 225 244 0 20 10 36 511 20 100
Binary 10110010 10010101 10100100 0 10000 1000 11110 101001001 10000 1000000

Color Harmonies of #B295A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295A4

Black with #B295A4

Text Example


Text Example

White with #B295A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295A4; }

 p { color: rgb(178,149,164); }

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

background-color css

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

 a { background-color: rgb(178,149,164); }

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

border-color css

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

 span { border-color: rgb(178,149,164); }

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