Html Css Color HEX #B69AAC Lily

📋 copy color: '#B69AAC'

red 182 ◦ green 154 ◦ blue 172

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

Shades of Lily #B69AAC

Tints of Lily #B69AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 35.83%
G = 30.31%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B69AAC (or 0xB69AAC) is known color: Lily. HEX triplet: B6, 9A and AC. RGB value is (182,154,172). Sum of RGB (Red+Green+Blue) = 182+154+172=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B69AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69AAC is #496553. Grayscale: #A4A4A4. Windows color (decimal): -4810068 or 11311798. OLE color: 11311798.

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

Color convert

RGB 182 154 172 -
CMYK 0 0.15 0.05 0.29
HSL 321.43º 0.16% 0.66% -
HSV(B) 321.43º 0.15% 0.71% -
XYZ 38.29 36.03 43.97 -
YUV 164.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 182 154 172 0 0.15 0.05 0.29 321.43 0.16 0.66
Hex B6 9A AC 0 F 5 1D 141 10 42
Octal 266 232 254 0 17 5 35 501 20 102
Binary 10110110 10011010 10101100 0 1111 101 11101 101000001 10000 1000010

Color Harmonies of #B69AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69AAC

Black with #B69AAC

Text Example


Text Example

White with #B69AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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