Html Css Color HEX #BB94BD Lilac

📋 copy color: '#BB94BD'

red 187 ◦ green 148 ◦ blue 189

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

Shades of Lilac #BB94BD

Tints of Lilac #BB94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

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

R = 35.69%
G = 28.24%
B = 36.07%

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

#BB94BD (or 0xBB94BD) is known color: Lilac. HEX triplet: BB, 94 and BD. RGB value is (187,148,189). Sum of RGB (Red+Green+Blue) = 187+148+189=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94BD is #446B42. Grayscale: #A4A4A4. Windows color (decimal): -4483907 or 12424379. OLE color: 12424379.

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

Color convert

RGB 187 148 189 -
CMYK 0.01 0.22 0 0.26
HSL 297.07º 0.24% 0.66% -
HSV(B) 297.07º 0.22% 0.74% -
XYZ 40.27 35.42 52.86 -
YUV 164.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 187 148 189 0.01 0.22 0 0.26 297.07 0.24 0.66
Hex BB 94 BD 1 16 0 1A 129 18 42
Octal 273 224 275 1 26 0 32 451 30 102
Binary 10111011 10010100 10111101 1 10110 0 11010 100101001 11000 1000010

Color Harmonies of #BB94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94BD

Black with #BB94BD

Text Example


Text Example

White with #BB94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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