Html Css Color HEX #BB9FB9 Lilac

📋 copy color: '#BB9FB9'

red 187 ◦ green 159 ◦ blue 185

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

Shades of Lilac #BB9FB9

Tints of Lilac #BB9FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 35.22%
G = 29.94%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB9FB9 (or 0xBB9FB9) is known color: Lilac. HEX triplet: BB, 9F and B9. RGB value is (187,159,185). Sum of RGB (Red+Green+Blue) = 187+159+185=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB9 is #446046. Grayscale: #AAAAAA. Windows color (decimal): -4481095 or 12165051. OLE color: 12165051.

HSL color Cylindrical-coordinate representation of color #BB9FB9: hue angle of 304.29º 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 #BB9FB9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 185 -
CMYK 0 0.15 0.01 0.27
HSL 304.29º 0.17% 0.68% -
HSV(B) 304.29º 0.15% 0.73% -
XYZ 41.65 38.86 51.21 -
YUV 170.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 187 159 185 0 0.15 0.01 0.27 304.29 0.17 0.68
Hex BB 9F B9 0 F 1 1B 130 11 44
Octal 273 237 271 0 17 1 33 460 21 104
Binary 10111011 10011111 10111001 0 1111 1 11011 100110000 10001 1000100

Color Harmonies of #BB9FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FB9

Black with #BB9FB9

Text Example


Text Example

White with #BB9FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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