Html Css Color HEX #B696A6 Lily

📋 copy color: '#B696A6'

red 182 ◦ green 150 ◦ blue 166

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

Shades of Lily #B696A6

Tints of Lily #B696A6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 166 (65.23% from 255) = 33.33%

R = 36.55%
G = 30.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B696A6 (or 0xB696A6) is known color: Lily. HEX triplet: B6, 96 and A6. RGB value is (182,150,166). Sum of RGB (Red+Green+Blue) = 182+150+166=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B696A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696A6 is #496959. Grayscale: #A1A1A1. Windows color (decimal): -4811098 or 10917558. OLE color: 10917558.

HSL color Cylindrical-coordinate representation of color #B696A6: hue angle of 330º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696A6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 150 166 -
CMYK 0 0.18 0.09 0.29
HSL 330º 0.18% 0.65% -
HSV(B) 330º 0.18% 0.71% -
XYZ 37.08 34.51 40.78 -
YUV 161.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 182 150 166 0 0.18 0.09 0.29 330 0.18 0.65
Hex B6 96 A6 0 12 9 1D 14A 12 41
Octal 266 226 246 0 22 11 35 512 22 101
Binary 10110110 10010110 10100110 0 10010 1001 11101 101001010 10010 1000001

Color Harmonies of #B696A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696A6

Black with #B696A6

Text Example


Text Example

White with #B696A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696A6; }

 p { color: rgb(182,150,166); }

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

background-color css

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

 a { background-color: rgb(182,150,166); }

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

border-color css

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

 span { border-color: rgb(182,150,166); }

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