Html Css Color HEX #BB96AA Lily

📋 copy color: '#BB96AA'

red 187 ◦ green 150 ◦ blue 170

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

Shades of Lily #BB96AA

Tints of Lily #BB96AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 36.88%
G = 29.59%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB96AA (or 0xBB96AA) is known color: Lily. HEX triplet: BB, 96 and AA. RGB value is (187,150,170). Sum of RGB (Red+Green+Blue) = 187+150+170=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96AA is #446955. Grayscale: #A3A3A3. Windows color (decimal): -4483414 or 11179707. OLE color: 11179707.

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

Color convert

RGB 187 150 170 -
CMYK 0 0.20 0.09 0.27
HSL 327.57º 0.21% 0.66% -
HSV(B) 327.57º 0.2% 0.73% -
XYZ 38.66 35.28 42.8 -
YUV 163.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 187 150 170 0 0.20 0.09 0.27 327.57 0.21 0.66
Hex BB 96 AA 0 14 9 1B 148 15 42
Octal 273 226 252 0 24 11 33 510 25 102
Binary 10111011 10010110 10101010 0 10100 1001 11011 101001000 10101 1000010

Color Harmonies of #BB96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96AA

Black with #BB96AA

Text Example


Text Example

White with #BB96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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