Html Css Color HEX #BB93BD Lilac

📋 copy color: '#BB93BD'

red 187 ◦ green 147 ◦ blue 189

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

Shades of Lilac #BB93BD

Tints of Lilac #BB93BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.11%

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 35.76%
G = 28.11%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB93BD (or 0xBB93BD) is known color: Lilac. HEX triplet: BB, 93 and BD. RGB value is (187,147,189). Sum of RGB (Red+Green+Blue) = 187+147+189=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93BD is #446C42. Grayscale: #A3A3A3. Windows color (decimal): -4484163 or 12424123. OLE color: 12424123.

HSL color Cylindrical-coordinate representation of color #BB93BD: hue angle of 297.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB93BD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 147 189 -
CMYK 0.01 0.22 0 0.26
HSL 297.14º 0.24% 0.66% -
HSV(B) 297.14º 0.22% 0.74% -
XYZ 40.11 35.11 52.81 -
YUV 163.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 187 147 189 0.01 0.22 0 0.26 297.14 0.24 0.66
Hex BB 93 BD 1 16 0 1A 129 18 42
Octal 273 223 275 1 26 0 32 451 30 102
Binary 10111011 10010011 10111101 1 10110 0 11010 100101001 11000 1000010

Color Harmonies of #BB93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93BD

Black with #BB93BD

Text Example


Text Example

White with #BB93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93BD; }

 p { color: rgb(187,147,189); }

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

background-color css

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

 a { background-color: rgb(187,147,189); }

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

border-color css

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

 span { border-color: rgb(187,147,189); }

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