Html Css Color HEX #BB95AA Lily

📋 copy color: '#BB95AA'

red 187 ◦ green 149 ◦ blue 170

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

Shades of Lily #BB95AA

Tints of Lily #BB95AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.45%

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

R = 36.96%
G = 29.45%
B = 33.6%

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

#BB95AA (or 0xBB95AA) is known color: Lily. HEX triplet: BB, 95 and AA. RGB value is (187,149,170). Sum of RGB (Red+Green+Blue) = 187+149+170=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95AA is #446A55. Grayscale: #A2A2A2. Windows color (decimal): -4483670 or 11179451. OLE color: 11179451.

HSL color Cylindrical-coordinate representation of color #BB95AA: hue angle of 326.84º degrees, saturation: 0.22, 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 #BB95AA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 170 -
CMYK 0 0.20 0.09 0.27
HSL 326.84º 0.22% 0.66% -
HSV(B) 326.84º 0.2% 0.73% -
XYZ 38.5 34.96 42.75 -
YUV 162.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 187 149 170 0 0.20 0.09 0.27 326.84 0.22 0.66
Hex BB 95 AA 0 14 9 1B 147 16 42
Octal 273 225 252 0 24 11 33 507 26 102
Binary 10111011 10010101 10101010 0 10100 1001 11011 101000111 10110 1000010

Color Harmonies of #BB95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95AA

Black with #BB95AA

Text Example


Text Example

White with #BB95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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