Html Css Color HEX #B9A1B3 Lily

📋 copy color: '#B9A1B3'

red 185 ◦ green 161 ◦ blue 179

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

Shades of Lily #B9A1B3

Tints of Lily #B9A1B3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.67%

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

R = 35.24%
G = 30.67%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B9A1B3 (or 0xB9A1B3) is known color: Lily. HEX triplet: B9, A1 and B3. RGB value is (185,161,179). Sum of RGB (Red+Green+Blue) = 185+161+179=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1B3 is #465E4C. Grayscale: #AAAAAA. Windows color (decimal): -4611661 or 11772345. OLE color: 11772345.

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

Color convert

RGB 185 161 179 -
CMYK 0 0.13 0.03 0.27
HSL 315º 0.15% 0.68% -
HSV(B) 315º 0.13% 0.73% -
XYZ 40.89 39.06 48.03 -
YUV 170.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 185 161 179 0 0.13 0.03 0.27 315 0.15 0.68
Hex B9 A1 B3 0 D 3 1B 13B F 44
Octal 271 241 263 0 15 3 33 473 17 104
Binary 10111001 10100001 10110011 0 1101 11 11011 100111011 1111 1000100

Color Harmonies of #B9A1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1B3

Black with #B9A1B3

Text Example


Text Example

White with #B9A1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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