Html Css Color HEX #BC96BB Lilac

📋 copy color: '#BC96BB'

red 188 ◦ green 150 ◦ blue 187

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

Shades of Lilac #BC96BB

Tints of Lilac #BC96BB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 188 150 187 -
CMYK 0 0.20 0.01 0.26
HSL 301.58º 0.22% 0.66% -
HSV(B) 301.58º 0.2% 0.74% -
XYZ 40.62 36.09 51.84 -
YUV 165.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 188 150 187 0 0.20 0.01 0.26 301.58 0.22 0.66
Hex BC 96 BB 0 14 1 1A 12E 16 42
Octal 274 226 273 0 24 1 32 456 26 102
Binary 10111100 10010110 10111011 0 10100 1 11010 100101110 10110 1000010

Color Harmonies of #BC96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96BB

Black with #BC96BB

Text Example


Text Example

White with #BC96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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