Html Css Color HEX #B09BA8 Lily

📋 copy color: '#B09BA8'

red 176 ◦ green 155 ◦ blue 168

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

Shades of Lily #B09BA8

Tints of Lily #B09BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 35.27%
G = 31.06%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B09BA8 (or 0xB09BA8) is known color: Lily. HEX triplet: B0, 9B and A8. RGB value is (176,155,168). Sum of RGB (Red+Green+Blue) = 176+155+168=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA8 is #4F6457. Grayscale: #A2A2A2. Windows color (decimal): -5203032 or 11049904. OLE color: 11049904.

HSL color Cylindrical-coordinate representation of color #B09BA8: hue angle of 322.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09BA8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 168 -
CMYK 0 0.12 0.05 0.31
HSL 322.86º 0.12% 0.65% -
HSV(B) 322.86º 0.12% 0.69% -
XYZ 36.69 35.5 41.96 -
YUV 162.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 176 155 168 0 0.12 0.05 0.31 322.86 0.12 0.65
Hex B0 9B A8 0 C 5 1F 143 C 41
Octal 260 233 250 0 14 5 37 503 14 101
Binary 10110000 10011011 10101000 0 1100 101 11111 101000011 1100 1000001

Color Harmonies of #B09BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BA8

Black with #B09BA8

Text Example


Text Example

White with #B09BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BA8; }

 p { color: rgb(176,155,168); }

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

background-color css

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

 a { background-color: rgb(176,155,168); }

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

border-color css

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

 span { border-color: rgb(176,155,168); }

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