Html Css Color HEX #BB91C0 Lilac

📋 copy color: '#BB91C0'

red 187 ◦ green 145 ◦ blue 192

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

Shades of Lilac #BB91C0

Tints of Lilac #BB91C0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.67%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 35.69%
G = 27.67%
B = 36.64%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB91C0 (or 0xBB91C0) is known color: Lilac. HEX triplet: BB, 91 and C0. RGB value is (187,145,192). Sum of RGB (Red+Green+Blue) = 187+145+192=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91C0 is #446E3F. Grayscale: #A2A2A2. Windows color (decimal): -4484672 or 12620219. OLE color: 12620219.

HSL color Cylindrical-coordinate representation of color #BB91C0: hue angle of 293.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB91C0 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 145 192 -
CMYK 0.03 0.24 0 0.25
HSL 293.62º 0.27% 0.66% -
HSV(B) 293.62º 0.24% 0.75% -
XYZ 40.13 34.62 54.44 -
YUV 162.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 187 145 192 0.03 0.24 0 0.25 293.62 0.27 0.66
Hex BB 91 C0 3 18 0 19 126 1B 42
Octal 273 221 300 3 30 0 31 446 33 102
Binary 10111011 10010001 11000000 11 11000 0 11001 100100110 11011 1000010

Color Harmonies of #BB91C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91C0

Black with #BB91C0

Text Example


Text Example

White with #BB91C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91C0; }

 p { color: rgb(187,145,192); }

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

background-color css

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

 a { background-color: rgb(187,145,192); }

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

border-color css

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

 span { border-color: rgb(187,145,192); }

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