Html Css Color HEX #B09FAA Lily

📋 copy color: '#B09FAA'

red 176 ◦ green 159 ◦ blue 170

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

Shades of Lily #B09FAA

Tints of Lily #B09FAA

RGB

 RED value IS 176 (69.14% from 255) = 34.85%

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 34.85%
G = 31.49%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B09FAA (or 0xB09FAA) is known color: Lily. HEX triplet: B0, 9F and AA. RGB value is (176,159,170). Sum of RGB (Red+Green+Blue) = 176+159+170=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAA is #4F6055. Grayscale: #A5A5A5. Windows color (decimal): -5202006 or 11182000. OLE color: 11182000.

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

Color convert

RGB 176 159 170 -
CMYK 0 0.10 0.03 0.31
HSL 321.18º 0.1% 0.66% -
HSV(B) 321.18º 0.1% 0.69% -
XYZ 37.56 36.93 43.18 -
YUV 165.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 176 159 170 0 0.10 0.03 0.31 321.18 0.1 0.66
Hex B0 9F AA 0 A 3 1F 141 A 42
Octal 260 237 252 0 12 3 37 501 12 102
Binary 10110000 10011111 10101010 0 1010 11 11111 101000001 1010 1000010

Color Harmonies of #B09FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FAA

Black with #B09FAA

Text Example


Text Example

White with #B09FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FAA; }

 p { color: rgb(176,159,170); }

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

background-color css

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

 a { background-color: rgb(176,159,170); }

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

border-color css

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

 span { border-color: rgb(176,159,170); }

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