Html Css Color HEX #BB91C2 Lilac

📋 copy color: '#BB91C2'

red 187 ◦ green 145 ◦ blue 194

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

Shades of Lilac #BB91C2

Tints of Lilac #BB91C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 35.55%
G = 27.57%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB91C2 (or 0xBB91C2) is known color: Lilac. HEX triplet: BB, 91 and C2. RGB value is (187,145,194). Sum of RGB (Red+Green+Blue) = 187+145+194=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91C2 is #446E3D. Grayscale: #A2A2A2. Windows color (decimal): -4484670 or 12751291. OLE color: 12751291.

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

Color convert

RGB 187 145 194 -
CMYK 0.04 0.25 0 0.24
HSL 291.43º 0.29% 0.66% -
HSV(B) 291.43º 0.25% 0.76% -
XYZ 40.36 34.71 55.61 -
YUV 163.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 187 145 194 0.04 0.25 0 0.24 291.43 0.29 0.66
Hex BB 91 C2 4 19 0 18 123 1D 42
Octal 273 221 302 4 31 0 30 443 35 102
Binary 10111011 10010001 11000010 100 11001 0 11000 100100011 11101 1000010

Color Harmonies of #BB91C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91C2

Black with #BB91C2

Text Example


Text Example

White with #BB91C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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