Html Css Color HEX #B9A9B3 Lily

📋 copy color: '#B9A9B3'

red 185 ◦ green 169 ◦ blue 179

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

Shades of Lily #B9A9B3

Tints of Lily #B9A9B3

RGB

 RED value IS 185 (72.66% from 255) = 34.71%

 GREEN value IS 169 (66.41% from 255) = 31.71%

 BLUE value IS 179 (70.31% from 255) = 33.58%

R = 34.71%
G = 31.71%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B9A9B3 (or 0xB9A9B3) is known color: Lily. HEX triplet: B9, A9 and B3. RGB value is (185,169,179). Sum of RGB (Red+Green+Blue) = 185+169+179=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9B3 is #46564C. Grayscale: #AEAEAE. Windows color (decimal): -4609613 or 11774393. OLE color: 11774393.

HSL color Cylindrical-coordinate representation of color #B9A9B3: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A9B3 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 179 -
CMYK 0 0.09 0.03 0.27
HSL 322.5º 0.1% 0.69% -
HSV(B) 322.5º 0.09% 0.73% -
XYZ 42.33 41.94 48.51 -
YUV 174.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 185 169 179 0 0.09 0.03 0.27 322.5 0.1 0.69
Hex B9 A9 B3 0 9 3 1B 142 A 45
Octal 271 251 263 0 11 3 33 502 12 105
Binary 10111001 10101001 10110011 0 1001 11 11011 101000010 1010 1000101

Color Harmonies of #B9A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A9B3

Black with #B9A9B3

Text Example


Text Example

White with #B9A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A9B3; }

 p { color: rgb(185,169,179); }

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

background-color css

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

 a { background-color: rgb(185,169,179); }

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

border-color css

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

 span { border-color: rgb(185,169,179); }

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