Html Css Color HEX #BB96BC Lilac

📋 copy color: '#BB96BC'

red 187 ◦ green 150 ◦ blue 188

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

Shades of Lilac #BB96BC

Tints of Lilac #BB96BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 35.62%
G = 28.57%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB96BC (or 0xBB96BC) is known color: Lilac. HEX triplet: BB, 96 and BC. RGB value is (187,150,188). Sum of RGB (Red+Green+Blue) = 187+150+188=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BC is #446943. Grayscale: #A5A5A5. Windows color (decimal): -4483396 or 12359355. OLE color: 12359355.

HSL color Cylindrical-coordinate representation of color #BB96BC: hue angle of 298.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96BC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 150 188 -
CMYK 0.01 0.20 0 0.26
HSL 298.42º 0.22% 0.66% -
HSV(B) 298.42º 0.2% 0.74% -
XYZ 40.48 36.01 52.39 -
YUV 165.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 187 150 188 0.01 0.20 0 0.26 298.42 0.22 0.66
Hex BB 96 BC 1 14 0 1A 12A 16 42
Octal 273 226 274 1 24 0 32 452 26 102
Binary 10111011 10010110 10111100 1 10100 0 11010 100101010 10110 1000010

Color Harmonies of #BB96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96BC

Black with #BB96BC

Text Example


Text Example

White with #BB96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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