Html Css Color HEX #BB96BE Lilac

📋 copy color: '#BB96BE'

red 187 ◦ green 150 ◦ blue 190

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

Shades of Lilac #BB96BE

Tints of Lilac #BB96BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 35.48%
G = 28.46%
B = 36.05%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB96BE (or 0xBB96BE) is known color: Lilac. HEX triplet: BB, 96 and BE. RGB value is (187,150,190). Sum of RGB (Red+Green+Blue) = 187+150+190=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BE is #446941. Grayscale: #A5A5A5. Windows color (decimal): -4483394 or 12490427. OLE color: 12490427.

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

Color convert

RGB 187 150 190 -
CMYK 0.02 0.21 0 0.25
HSL 295.5º 0.24% 0.67% -
HSV(B) 295.5º 0.21% 0.75% -
XYZ 40.69 36.1 53.54 -
YUV 165.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 187 150 190 0.02 0.21 0 0.25 295.5 0.24 0.67
Hex BB 96 BE 2 15 0 19 128 18 43
Octal 273 226 276 2 25 0 31 450 30 103
Binary 10111011 10010110 10111110 10 10101 0 11001 100101000 11000 1000011

Color Harmonies of #BB96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96BE

Black with #BB96BE

Text Example


Text Example

White with #BB96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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