Html Css Color HEX #BBA7AD Lily

📋 copy color: '#BBA7AD'

red 187 ◦ green 167 ◦ blue 173

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

Shades of Lily #BBA7AD

Tints of Lily #BBA7AD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.69%

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

R = 35.48%
G = 31.69%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBA7AD (or 0xBBA7AD) is known color: Lily. HEX triplet: BB, A7 and AD. RGB value is (187,167,173). Sum of RGB (Red+Green+Blue) = 187+167+173=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AD is #445852. Grayscale: #ADADAD. Windows color (decimal): -4479059 or 11380667. OLE color: 11380667.

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

Color convert

RGB 187 167 173 -
CMYK 0 0.11 0.07 0.27
HSL 342º 0.13% 0.69% -
HSV(B) 342º 0.11% 0.73% -
XYZ 41.86 41.22 45.29 -
YUV 173.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 187 167 173 0 0.11 0.07 0.27 342 0.13 0.69
Hex BB A7 AD 0 B 7 1B 156 D 45
Octal 273 247 255 0 13 7 33 526 15 105
Binary 10111011 10100111 10101101 0 1011 111 11011 101010110 1101 1000101

Color Harmonies of #BBA7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7AD

Black with #BBA7AD

Text Example


Text Example

White with #BBA7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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