Html Css Color HEX #B3ACB1 Lily

📋 copy color: '#B3ACB1'

red 179 ◦ green 172 ◦ blue 177

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

Shades of Lily #B3ACB1

Tints of Lily #B3ACB1

RGB

 RED value IS 179 (70.31% from 255) = 33.9%

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

 BLUE value IS 177 (69.53% from 255) = 33.52%

R = 33.9%
G = 32.58%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B3ACB1 (or 0xB3ACB1) is known color: Lily. HEX triplet: B3, AC and B1. RGB value is (179,172,177). Sum of RGB (Red+Green+Blue) = 179+172+177=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACB1 is #4C534E. Grayscale: #AEAEAE. Windows color (decimal): -5002063 or 11644083. OLE color: 11644083.

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

Color convert

RGB 179 172 177 -
CMYK 0 0.04 0.01 0.30
HSL 317.14º 0.04% 0.69% -
HSV(B) 317.14º 0.04% 0.7% -
XYZ 41.28 42.26 47.58 -
YUV 174.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 179 172 177 0 0.04 0.01 0.30 317.14 0.04 0.69
Hex B3 AC B1 0 4 1 1E 13D 4 45
Octal 263 254 261 0 4 1 36 475 4 105
Binary 10110011 10101100 10110001 0 100 1 11110 100111101 100 1000101

Color Harmonies of #B3ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACB1

Black with #B3ACB1

Text Example


Text Example

White with #B3ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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