Html Css Color HEX #BBA0B1 Lily

📋 copy color: '#BBA0B1'

red 187 ◦ green 160 ◦ blue 177

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

Shades of Lily #BBA0B1

Tints of Lily #BBA0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 35.69%
G = 30.53%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BBA0B1 (or 0xBBA0B1) is known color: Lily. HEX triplet: BB, A0 and B1. RGB value is (187,160,177). Sum of RGB (Red+Green+Blue) = 187+160+177=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0B1 is #445F4E. Grayscale: #A9A9A9. Windows color (decimal): -4480847 or 11641019. OLE color: 11641019.

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

Color convert

RGB 187 160 177 -
CMYK 0 0.14 0.05 0.27
HSL 322.22º 0.17% 0.68% -
HSV(B) 322.22º 0.14% 0.73% -
XYZ 41 38.88 46.94 -
YUV 170.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 187 160 177 0 0.14 0.05 0.27 322.22 0.17 0.68
Hex BB A0 B1 0 E 5 1B 142 11 44
Octal 273 240 261 0 16 5 33 502 21 104
Binary 10111011 10100000 10110001 0 1110 101 11011 101000010 10001 1000100

Color Harmonies of #BBA0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0B1

Black with #BBA0B1

Text Example


Text Example

White with #BBA0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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