Html Css Color HEX #BB9BBA Lilac

📋 copy color: '#BB9BBA'

red 187 ◦ green 155 ◦ blue 186

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

Shades of Lilac #BB9BBA

Tints of Lilac #BB9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 35.42%
G = 29.36%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB9BBA (or 0xBB9BBA) is known color: Lilac. HEX triplet: BB, 9B and BA. RGB value is (187,155,186). Sum of RGB (Red+Green+Blue) = 187+155+186=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BBA is #446445. Grayscale: #A8A8A8. Windows color (decimal): -4482118 or 12229563. OLE color: 12229563.

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

Color convert

RGB 187 155 186 -
CMYK 0 0.17 0.01 0.27
HSL 301.88º 0.19% 0.67% -
HSV(B) 301.88º 0.17% 0.73% -
XYZ 41.08 37.55 51.54 -
YUV 168.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 187 155 186 0 0.17 0.01 0.27 301.88 0.19 0.67
Hex BB 9B BA 0 11 1 1B 12E 13 43
Octal 273 233 272 0 21 1 33 456 23 103
Binary 10111011 10011011 10111010 0 10001 1 11011 100101110 10011 1000011

Color Harmonies of #BB9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BBA

Black with #BB9BBA

Text Example


Text Example

White with #BB9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BBA; }

 p { color: rgb(187,155,186); }

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

background-color css

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

 a { background-color: rgb(187,155,186); }

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

border-color css

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

 span { border-color: rgb(187,155,186); }

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