Html Css Color HEX #B69BAC Lily

📋 copy color: '#B69BAC'

red 182 ◦ green 155 ◦ blue 172

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

Shades of Lily #B69BAC

Tints of Lily #B69BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 35.76%
G = 30.45%
B = 33.79%

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

#B69BAC (or 0xB69BAC) is known color: Lily. HEX triplet: B6, 9B and AC. RGB value is (182,155,172). Sum of RGB (Red+Green+Blue) = 182+155+172=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69BAC is #496453. Grayscale: #A4A4A4. Windows color (decimal): -4809812 or 11312054. OLE color: 11312054.

HSL color Cylindrical-coordinate representation of color #B69BAC: hue angle of 322.22º 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 #B69BAC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 155 172 -
CMYK 0 0.15 0.05 0.29
HSL 322.22º 0.16% 0.66% -
HSV(B) 322.22º 0.15% 0.71% -
XYZ 38.46 36.37 44.02 -
YUV 165.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 182 155 172 0 0.15 0.05 0.29 322.22 0.16 0.66
Hex B6 9B AC 0 F 5 1D 142 10 42
Octal 266 233 254 0 17 5 35 502 20 102
Binary 10110110 10011011 10101100 0 1111 101 11101 101000010 10000 1000010

Color Harmonies of #B69BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BAC

Black with #B69BAC

Text Example


Text Example

White with #B69BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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