Html Css Color HEX #BBA5AD Lily

📋 copy color: '#BBA5AD'

red 187 ◦ green 165 ◦ blue 173

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

Shades of Lily #BBA5AD

Tints of Lily #BBA5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 35.62%
G = 31.43%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBA5AD (or 0xBBA5AD) is known color: Lily. HEX triplet: BB, A5 and AD. RGB value is (187,165,173). Sum of RGB (Red+Green+Blue) = 187+165+173=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA5AD is #445A52. Grayscale: #ACACAC. Windows color (decimal): -4479571 or 11380155. OLE color: 11380155.

HSL color Cylindrical-coordinate representation of color #BBA5AD: hue angle of 338.18º 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 #BBA5AD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 173 -
CMYK 0 0.12 0.07 0.27
HSL 338.18º 0.14% 0.69% -
HSV(B) 338.18º 0.12% 0.73% -
XYZ 41.49 40.49 45.16 -
YUV 172.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 187 165 173 0 0.12 0.07 0.27 338.18 0.14 0.69
Hex BB A5 AD 0 C 7 1B 152 E 45
Octal 273 245 255 0 14 7 33 522 16 105
Binary 10111011 10100101 10101101 0 1100 111 11011 101010010 1110 1000101

Color Harmonies of #BBA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5AD

Black with #BBA5AD

Text Example


Text Example

White with #BBA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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