Html Css Color HEX #B7ACB4 Lily

📋 copy color: '#B7ACB4'

red 183 ◦ green 172 ◦ blue 180

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

Shades of Lily #B7ACB4

Tints of Lily #B7ACB4

RGB

 RED value IS 183 (71.88% from 255) = 34.21%

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 34.21%
G = 32.15%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B7ACB4 (or 0xB7ACB4) is known color: Lily. HEX triplet: B7, AC and B4. RGB value is (183,172,180). Sum of RGB (Red+Green+Blue) = 183+172+180=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACB4 is #48534B. Grayscale: #B0B0B0. Windows color (decimal): -4739916 or 11840695. OLE color: 11840695.

HSL color Cylindrical-coordinate representation of color #B7ACB4: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7ACB4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 172 180 -
CMYK 0 0.06 0.02 0.28
HSL 316.36º 0.07% 0.7% -
HSV(B) 316.36º 0.06% 0.72% -
XYZ 42.52 42.87 49.21 -
YUV 176.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 183 172 180 0 0.06 0.02 0.28 316.36 0.07 0.7
Hex B7 AC B4 0 6 2 1C 13C 7 46
Octal 267 254 264 0 6 2 34 474 7 106
Binary 10110111 10101100 10110100 0 110 10 11100 100111100 111 1000110

Color Harmonies of #B7ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ACB4

Black with #B7ACB4

Text Example


Text Example

White with #B7ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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