Html Css Color HEX #BBA0AC Lily

📋 copy color: '#BBA0AC'

red 187 ◦ green 160 ◦ blue 172

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

Shades of Lily #BBA0AC

Tints of Lily #BBA0AC

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 36.03%
G = 30.83%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBA0AC (or 0xBBA0AC) is known color: Lily. HEX triplet: BB, A0 and AC. RGB value is (187,160,172). Sum of RGB (Red+Green+Blue) = 187+160+172=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AC is #445F53. Grayscale: #A9A9A9. Windows color (decimal): -4480852 or 11313339. OLE color: 11313339.

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

Color convert

RGB 187 160 172 -
CMYK 0 0.14 0.08 0.27
HSL 333.33º 0.17% 0.68% -
HSV(B) 333.33º 0.14% 0.73% -
XYZ 40.51 38.68 44.36 -
YUV 169.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 187 160 172 0 0.14 0.08 0.27 333.33 0.17 0.68
Hex BB A0 AC 0 E 8 1B 14D 11 44
Octal 273 240 254 0 16 10 33 515 21 104
Binary 10111011 10100000 10101100 0 1110 1000 11011 101001101 10001 1000100

Color Harmonies of #BBA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AC

Black with #BBA0AC

Text Example


Text Example

White with #BBA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AC; }

 p { color: rgb(187,160,172); }

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

background-color css

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

 a { background-color: rgb(187,160,172); }

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

border-color css

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

 span { border-color: rgb(187,160,172); }

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