Html Css Color HEX #BC9EBC Lilac

📋 copy color: '#BC9EBC'

red 188 ◦ green 158 ◦ blue 188

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

Shades of Lilac #BC9EBC

Tints of Lilac #BC9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

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

R = 35.21%
G = 29.59%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC9EBC (or 0xBC9EBC) is known color: Lilac. HEX triplet: BC, 9E and BC. RGB value is (188,158,188). Sum of RGB (Red+Green+Blue) = 188+158+188=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EBC is #436143. Grayscale: #AAAAAA. Windows color (decimal): -4415812 or 12361404. OLE color: 12361404.

HSL color Cylindrical-coordinate representation of color #BC9EBC: 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.16%. Process color model (Four color, CMYK) of #BC9EBC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 188 -
CMYK 0 0.16 0 0.26
HSL 300º 0.18% 0.68% -
HSV(B) 300º 0.16% 0.74% -
XYZ 42.04 38.78 52.85 -
YUV 170.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 188 158 188 0 0.16 0 0.26 300 0.18 0.68
Hex BC 9E BC 0 10 0 1A 12C 12 44
Octal 274 236 274 0 20 0 32 454 22 104
Binary 10111100 10011110 10111100 0 10000 0 11010 100101100 10010 1000100

Color Harmonies of #BC9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EBC

Black with #BC9EBC

Text Example


Text Example

White with #BC9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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