Html Css Color HEX #BB94AA Lily

📋 copy color: '#BB94AA'

red 187 ◦ green 148 ◦ blue 170

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

Shades of Lily #BB94AA

Tints of Lily #BB94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.31%

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

R = 37.03%
G = 29.31%
B = 33.66%

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

#BB94AA (or 0xBB94AA) is known color: Lily. HEX triplet: BB, 94 and AA. RGB value is (187,148,170). Sum of RGB (Red+Green+Blue) = 187+148+170=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AA is #446B55. Grayscale: #A2A2A2. Windows color (decimal): -4483926 or 11179195. OLE color: 11179195.

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

Color convert

RGB 187 148 170 -
CMYK 0 0.21 0.09 0.27
HSL 326.15º 0.22% 0.66% -
HSV(B) 326.15º 0.21% 0.73% -
XYZ 38.34 34.65 42.7 -
YUV 162.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 187 148 170 0 0.21 0.09 0.27 326.15 0.22 0.66
Hex BB 94 AA 0 15 9 1B 146 16 42
Octal 273 224 252 0 25 11 33 506 26 102
Binary 10111011 10010100 10101010 0 10101 1001 11011 101000110 10110 1000010

Color Harmonies of #BB94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94AA

Black with #BB94AA

Text Example


Text Example

White with #BB94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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