Html Css Color HEX #BBA0AD Lily

📋 copy color: '#BBA0AD'

red 187 ◦ green 160 ◦ blue 173

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

Shades of Lily #BBA0AD

Tints of Lily #BBA0AD

RGB

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

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

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

R = 35.96%
G = 30.77%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBA0AD (or 0xBBA0AD) is known color: Lily. HEX triplet: BB, A0 and AD. RGB value is (187,160,173). Sum of RGB (Red+Green+Blue) = 187+160+173=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AD is #445F52. Grayscale: #A9A9A9. Windows color (decimal): -4480851 or 11378875. OLE color: 11378875.

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

Color convert

RGB 187 160 173 -
CMYK 0 0.14 0.07 0.27
HSL 331.11º 0.17% 0.68% -
HSV(B) 331.11º 0.14% 0.73% -
XYZ 40.61 38.72 44.87 -
YUV 169.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 187 160 173 0 0.14 0.07 0.27 331.11 0.17 0.68
Hex BB A0 AD 0 E 7 1B 14B 11 44
Octal 273 240 255 0 16 7 33 513 21 104
Binary 10111011 10100000 10101101 0 1110 111 11011 101001011 10001 1000100

Color Harmonies of #BBA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AD

Black with #BBA0AD

Text Example


Text Example

White with #BBA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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