Html Css Color HEX #BBA0AE Lily

📋 copy color: '#BBA0AE'

red 187 ◦ green 160 ◦ blue 174

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

Shades of Lily #BBA0AE

Tints of Lily #BBA0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 35.89%
G = 30.71%
B = 33.4%

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

#BBA0AE (or 0xBBA0AE) is known color: Lily. HEX triplet: BB, A0 and AE. RGB value is (187,160,174). Sum of RGB (Red+Green+Blue) = 187+160+174=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AE is #445F51. Grayscale: #A9A9A9. Windows color (decimal): -4480850 or 11444411. OLE color: 11444411.

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

Color convert

RGB 187 160 174 -
CMYK 0 0.14 0.07 0.27
HSL 328.89º 0.17% 0.68% -
HSV(B) 328.89º 0.14% 0.73% -
XYZ 40.7 38.76 45.38 -
YUV 169.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 187 160 174 0 0.14 0.07 0.27 328.89 0.17 0.68
Hex BB A0 AE 0 E 7 1B 149 11 44
Octal 273 240 256 0 16 7 33 511 21 104
Binary 10111011 10100000 10101110 0 1110 111 11011 101001001 10001 1000100

Color Harmonies of #BBA0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AE

Black with #BBA0AE

Text Example


Text Example

White with #BBA0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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