Html Css Color HEX #B4ACB1 Lily

📋 copy color: '#B4ACB1'

red 180 ◦ green 172 ◦ blue 177

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

Shades of Lily #B4ACB1

Tints of Lily #B4ACB1

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

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

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

R = 34.03%
G = 32.51%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B4ACB1 (or 0xB4ACB1) is known color: Lily. HEX triplet: B4, AC and B1. RGB value is (180,172,177). Sum of RGB (Red+Green+Blue) = 180+172+177=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACB1 is #4B534E. Grayscale: #AEAEAE. Windows color (decimal): -4936527 or 11644084. OLE color: 11644084.

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

Color convert

RGB 180 172 177 -
CMYK 0 0.04 0.02 0.29
HSL 322.5º 0.05% 0.69% -
HSV(B) 322.5º 0.04% 0.71% -
XYZ 41.51 42.38 47.59 -
YUV 174.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 180 172 177 0 0.04 0.02 0.29 322.5 0.05 0.69
Hex B4 AC B1 0 4 2 1D 142 5 45
Octal 264 254 261 0 4 2 35 502 5 105
Binary 10110100 10101100 10110001 0 100 10 11101 101000010 101 1000101

Color Harmonies of #B4ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACB1

Black with #B4ACB1

Text Example


Text Example

White with #B4ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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