Html Css Color HEX #B69FAC Lily

📋 copy color: '#B69FAC'

red 182 ◦ green 159 ◦ blue 172

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

Shades of Lily #B69FAC

Tints of Lily #B69FAC

RGB

 RED value IS 182 (71.48% from 255) = 35.48%

 GREEN value IS 159 (62.5% from 255) = 30.99%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 35.48%
G = 30.99%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B69FAC (or 0xB69FAC) is known color: Lily. HEX triplet: B6, 9F and AC. RGB value is (182,159,172). Sum of RGB (Red+Green+Blue) = 182+159+172=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FAC is #496053. Grayscale: #A7A7A7. Windows color (decimal): -4808788 or 11313078. OLE color: 11313078.

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

Color convert

RGB 182 159 172 -
CMYK 0 0.13 0.05 0.29
HSL 326.09º 0.14% 0.67% -
HSV(B) 326.09º 0.13% 0.71% -
XYZ 39.14 37.72 44.25 -
YUV 167.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 182 159 172 0 0.13 0.05 0.29 326.09 0.14 0.67
Hex B6 9F AC 0 D 5 1D 146 E 43
Octal 266 237 254 0 15 5 35 506 16 103
Binary 10110110 10011111 10101100 0 1101 101 11101 101000110 1110 1000011

Color Harmonies of #B69FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69FAC

Black with #B69FAC

Text Example


Text Example

White with #B69FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69FAC; }

 p { color: rgb(182,159,172); }

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

background-color css

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

 a { background-color: rgb(182,159,172); }

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

border-color css

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

 span { border-color: rgb(182,159,172); }

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