Html Css Color HEX #BB96C0 Lilac

📋 copy color: '#BB96C0'

red 187 ◦ green 150 ◦ blue 192

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

Shades of Lilac #BB96C0

Tints of Lilac #BB96C0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

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

R = 35.35%
G = 28.36%
B = 36.29%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB96C0 (or 0xBB96C0) is known color: Lilac. HEX triplet: BB, 96 and C0. RGB value is (187,150,192). Sum of RGB (Red+Green+Blue) = 187+150+192=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C0 is #44693F. Grayscale: #A5A5A5. Windows color (decimal): -4483392 or 12621499. OLE color: 12621499.

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

Color convert

RGB 187 150 192 -
CMYK 0.03 0.22 0 0.25
HSL 292.86º 0.25% 0.67% -
HSV(B) 292.86º 0.22% 0.75% -
XYZ 40.91 36.18 54.7 -
YUV 165.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 187 150 192 0.03 0.22 0 0.25 292.86 0.25 0.67
Hex BB 96 C0 3 16 0 19 125 19 43
Octal 273 226 300 3 26 0 31 445 31 103
Binary 10111011 10010110 11000000 11 10110 0 11001 100100101 11001 1000011

Color Harmonies of #BB96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96C0

Black with #BB96C0

Text Example


Text Example

White with #BB96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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