Html Css Color HEX #BB9FA9 Lily

📋 copy color: '#BB9FA9'

red 187 ◦ green 159 ◦ blue 169

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

Shades of Lily #BB9FA9

Tints of Lily #BB9FA9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 169 (66.41% from 255) = 32.82%

R = 36.31%
G = 30.87%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB9FA9 (or 0xBB9FA9) is known color: Lily. HEX triplet: BB, 9F and A9. RGB value is (187,159,169). Sum of RGB (Red+Green+Blue) = 187+159+169=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FA9 is #446056. Grayscale: #A8A8A8. Windows color (decimal): -4481111 or 11116475. OLE color: 11116475.

HSL color Cylindrical-coordinate representation of color #BB9FA9: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FA9 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 169 -
CMYK 0 0.15 0.10 0.27
HSL 338.57º 0.17% 0.68% -
HSV(B) 338.57º 0.15% 0.73% -
XYZ 40.05 38.23 42.8 -
YUV 168.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 187 159 169 0 0.15 0.10 0.27 338.57 0.17 0.68
Hex BB 9F A9 0 F A 1B 153 11 44
Octal 273 237 251 0 17 12 33 523 21 104
Binary 10111011 10011111 10101001 0 1111 1010 11011 101010011 10001 1000100

Color Harmonies of #BB9FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FA9

Black with #BB9FA9

Text Example


Text Example

White with #BB9FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FA9; }

 p { color: rgb(187,159,169); }

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

background-color css

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

 a { background-color: rgb(187,159,169); }

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

border-color css

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

 span { border-color: rgb(187,159,169); }

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