Html Css Color HEX #BC9FBC Lilac

📋 copy color: '#BC9FBC'

red 188 ◦ green 159 ◦ blue 188

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

Shades of Lilac #BC9FBC

Tints of Lilac #BC9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

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

R = 35.14%
G = 29.72%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC9FBC (or 0xBC9FBC) is known color: Lilac. HEX triplet: BC, 9F and BC. RGB value is (188,159,188). Sum of RGB (Red+Green+Blue) = 188+159+188=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FBC is #436043. Grayscale: #AAAAAA. Windows color (decimal): -4415556 or 12361660. OLE color: 12361660.

HSL color Cylindrical-coordinate representation of color #BC9FBC: hue angle of 300º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FBC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 188 -
CMYK 0 0.15 0 0.26
HSL 300º 0.18% 0.68% -
HSV(B) 300º 0.15% 0.74% -
XYZ 42.21 39.12 52.9 -
YUV 170.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 188 159 188 0 0.15 0 0.26 300 0.18 0.68
Hex BC 9F BC 0 F 0 1A 12C 12 44
Octal 274 237 274 0 17 0 32 454 22 104
Binary 10111100 10011111 10111100 0 1111 0 11010 100101100 10010 1000100

Color Harmonies of #BC9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FBC

Black with #BC9FBC

Text Example


Text Example

White with #BC9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FBC; }

 p { color: rgb(188,159,188); }

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

background-color css

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

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

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

border-color css

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

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

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