Html Css Color HEX #BB93AA Lily

📋 copy color: '#BB93AA'

red 187 ◦ green 147 ◦ blue 170

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

Shades of Lily #BB93AA

Tints of Lily #BB93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 37.1%
G = 29.17%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB93AA (or 0xBB93AA) is known color: Lily. HEX triplet: BB, 93 and AA. RGB value is (187,147,170). Sum of RGB (Red+Green+Blue) = 187+147+170=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB93AA is #446C55. Grayscale: #A1A1A1. Windows color (decimal): -4484182 or 11178939. OLE color: 11178939.

HSL color Cylindrical-coordinate representation of color #BB93AA: hue angle of 325.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB93AA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 170 -
CMYK 0 0.21 0.09 0.27
HSL 325.5º 0.23% 0.65% -
HSV(B) 325.5º 0.21% 0.73% -
XYZ 38.18 34.33 42.64 -
YUV 161.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 187 147 170 0 0.21 0.09 0.27 325.5 0.23 0.65
Hex BB 93 AA 0 15 9 1B 146 17 41
Octal 273 223 252 0 25 11 33 506 27 101
Binary 10111011 10010011 10101010 0 10101 1001 11011 101000110 10111 1000001

Color Harmonies of #BB93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93AA

Black with #BB93AA

Text Example


Text Example

White with #BB93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93AA; }

 p { color: rgb(187,147,170); }

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

background-color css

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

 a { background-color: rgb(187,147,170); }

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

border-color css

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

 span { border-color: rgb(187,147,170); }

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