Html Css Color HEX #BBA1AC Lily

📋 copy color: '#BBA1AC'

red 187 ◦ green 161 ◦ blue 172

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

Shades of Lily #BBA1AC

Tints of Lily #BBA1AC

RGB

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

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

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

R = 35.96%
G = 30.96%
B = 33.08%

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

#BBA1AC (or 0xBBA1AC) is known color: Lily. HEX triplet: BB, A1 and AC. RGB value is (187,161,172). Sum of RGB (Red+Green+Blue) = 187+161+172=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1AC is #445E53. Grayscale: #AAAAAA. Windows color (decimal): -4480596 or 11313595. OLE color: 11313595.

HSL color Cylindrical-coordinate representation of color #BBA1AC: hue angle of 334.62º degrees, saturation: 0.16, 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 #BBA1AC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 172 -
CMYK 0 0.14 0.08 0.27
HSL 334.62º 0.16% 0.68% -
HSV(B) 334.62º 0.14% 0.73% -
XYZ 40.68 39.03 44.42 -
YUV 170.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 187 161 172 0 0.14 0.08 0.27 334.62 0.16 0.68
Hex BB A1 AC 0 E 8 1B 14F 10 44
Octal 273 241 254 0 16 10 33 517 20 104
Binary 10111011 10100001 10101100 0 1110 1000 11011 101001111 10000 1000100

Color Harmonies of #BBA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1AC

Black with #BBA1AC

Text Example


Text Example

White with #BBA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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