Html Css Color HEX #B5A3B0 Lily

📋 copy color: '#B5A3B0'

red 181 ◦ green 163 ◦ blue 176

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

Shades of Lily #B5A3B0

Tints of Lily #B5A3B0

RGB

 RED value IS 181 (71.09% from 255) = 34.81%

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 34.81%
G = 31.35%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B5A3B0 (or 0xB5A3B0) is known color: Lily. HEX triplet: B5, A3 and B0. RGB value is (181,163,176). Sum of RGB (Red+Green+Blue) = 181+163+176=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3B0 is #4A5C4F. Grayscale: #A9A9A9. Windows color (decimal): -4873296 or 11576245. OLE color: 11576245.

HSL color Cylindrical-coordinate representation of color #B5A3B0: hue angle of 316.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3B0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 176 -
CMYK 0 0.10 0.03 0.29
HSL 316.67º 0.11% 0.67% -
HSV(B) 316.67º 0.1% 0.71% -
XYZ 39.99 39.15 46.52 -
YUV 169.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 181 163 176 0 0.10 0.03 0.29 316.67 0.11 0.67
Hex B5 A3 B0 0 A 3 1D 13D B 43
Octal 265 243 260 0 12 3 35 475 13 103
Binary 10110101 10100011 10110000 0 1010 11 11101 100111101 1011 1000011

Color Harmonies of #B5A3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3B0

Black with #B5A3B0

Text Example


Text Example

White with #B5A3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3B0; }

 p { color: rgb(181,163,176); }

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

background-color css

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

 a { background-color: rgb(181,163,176); }

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

border-color css

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

 span { border-color: rgb(181,163,176); }

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