Html Css Color HEX #BBA5AC Lily

📋 copy color: '#BBA5AC'

red 187 ◦ green 165 ◦ blue 172

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

Shades of Lily #BBA5AC

Tints of Lily #BBA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.49%

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

R = 35.69%
G = 31.49%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBA5AC (or 0xBBA5AC) is known color: Lily. HEX triplet: BB, A5 and AC. RGB value is (187,165,172). Sum of RGB (Red+Green+Blue) = 187+165+172=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA5AC is #445A53. Grayscale: #ACACAC. Windows color (decimal): -4479572 or 11314619. OLE color: 11314619.

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

Color convert

RGB 187 165 172 -
CMYK 0 0.12 0.08 0.27
HSL 340.91º 0.14% 0.69% -
HSV(B) 340.91º 0.12% 0.73% -
XYZ 41.4 40.45 44.66 -
YUV 172.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 187 165 172 0 0.12 0.08 0.27 340.91 0.14 0.69
Hex BB A5 AC 0 C 8 1B 155 E 45
Octal 273 245 254 0 14 10 33 525 16 105
Binary 10111011 10100101 10101100 0 1100 1000 11011 101010101 1110 1000101

Color Harmonies of #BBA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5AC

Black with #BBA5AC

Text Example


Text Example

White with #BBA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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