Html Css Color HEX #B5ACB3 Lily

📋 copy color: '#B5ACB3'

red 181 ◦ green 172 ◦ blue 179

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

Shades of Lily #B5ACB3

Tints of Lily #B5ACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

 BLUE value IS 179 (70.31% from 255) = 33.65%

R = 34.02%
G = 32.33%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B5ACB3 (or 0xB5ACB3) is known color: Lily. HEX triplet: B5, AC and B3. RGB value is (181,172,179). Sum of RGB (Red+Green+Blue) = 181+172+179=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACB3 is #4A534C. Grayscale: #AFAFAF. Windows color (decimal): -4870989 or 11775157. OLE color: 11775157.

HSL color Cylindrical-coordinate representation of color #B5ACB3: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5ACB3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 179 -
CMYK 0 0.05 0.01 0.29
HSL 313.33º 0.06% 0.69% -
HSV(B) 313.33º 0.05% 0.71% -
XYZ 41.95 42.58 48.66 -
YUV 175.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 181 172 179 0 0.05 0.01 0.29 313.33 0.06 0.69
Hex B5 AC B3 0 5 1 1D 139 6 45
Octal 265 254 263 0 5 1 35 471 6 105
Binary 10110101 10101100 10110011 0 101 1 11101 100111001 110 1000101

Color Harmonies of #B5ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACB3

Black with #B5ACB3

Text Example


Text Example

White with #B5ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACB3; }

 p { color: rgb(181,172,179); }

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

background-color css

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

 a { background-color: rgb(181,172,179); }

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

border-color css

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

 span { border-color: rgb(181,172,179); }

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