Html Css Color HEX #B5ACB2 Lily

📋 copy color: '#B5ACB2'

red 181 ◦ green 172 ◦ blue 178

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

Shades of Lily #B5ACB2

Tints of Lily #B5ACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 34.09%
G = 32.39%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B5ACB2 (or 0xB5ACB2) is known color: Lily. HEX triplet: B5, AC and B2. RGB value is (181,172,178). Sum of RGB (Red+Green+Blue) = 181+172+178=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACB2 is #4A534D. Grayscale: #AFAFAF. Windows color (decimal): -4870990 or 11709621. OLE color: 11709621.

HSL color Cylindrical-coordinate representation of color #B5ACB2: hue angle of 320º 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 #B5ACB2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 178 -
CMYK 0 0.05 0.02 0.29
HSL 320º 0.06% 0.69% -
HSV(B) 320º 0.05% 0.71% -
XYZ 41.84 42.54 48.13 -
YUV 175.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 181 172 178 0 0.05 0.02 0.29 320 0.06 0.69
Hex B5 AC B2 0 5 2 1D 140 6 45
Octal 265 254 262 0 5 2 35 500 6 105
Binary 10110101 10101100 10110010 0 101 10 11101 101000000 110 1000101

Color Harmonies of #B5ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACB2

Black with #B5ACB2

Text Example


Text Example

White with #B5ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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