Html Css Color HEX #BBA0AF Lily

📋 copy color: '#BBA0AF'

red 187 ◦ green 160 ◦ blue 175

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

Shades of Lily #BBA0AF

Tints of Lily #BBA0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 35.82%
G = 30.65%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBA0AF (or 0xBBA0AF) is known color: Lily. HEX triplet: BB, A0 and AF. RGB value is (187,160,175). Sum of RGB (Red+Green+Blue) = 187+160+175=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AF is #445F50. Grayscale: #A9A9A9. Windows color (decimal): -4480849 or 11509947. OLE color: 11509947.

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

Color convert

RGB 187 160 175 -
CMYK 0 0.14 0.06 0.27
HSL 326.67º 0.17% 0.68% -
HSV(B) 326.67º 0.14% 0.73% -
XYZ 40.8 38.8 45.9 -
YUV 169.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 187 160 175 0 0.14 0.06 0.27 326.67 0.17 0.68
Hex BB A0 AF 0 E 6 1B 147 11 44
Octal 273 240 257 0 16 6 33 507 21 104
Binary 10111011 10100000 10101111 0 1110 110 11011 101000111 10001 1000100

Color Harmonies of #BBA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AF

Black with #BBA0AF

Text Example


Text Example

White with #BBA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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