Html Css Color HEX #BC9EBA Lilac

📋 copy color: '#BC9EBA'

red 188 ◦ green 158 ◦ blue 186

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

Shades of Lilac #BC9EBA

Tints of Lilac #BC9EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 35.34%
G = 29.7%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC9EBA (or 0xBC9EBA) is known color: Lilac. HEX triplet: BC, 9E and BA. RGB value is (188,158,186). Sum of RGB (Red+Green+Blue) = 188+158+186=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EBA is #436145. Grayscale: #AAAAAA. Windows color (decimal): -4415814 or 12230332. OLE color: 12230332.

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

Color convert

RGB 188 158 186 -
CMYK 0 0.16 0.01 0.26
HSL 304º 0.18% 0.68% -
HSV(B) 304º 0.16% 0.74% -
XYZ 41.83 38.69 51.72 -
YUV 170.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 188 158 186 0 0.16 0.01 0.26 304 0.18 0.68
Hex BC 9E BA 0 10 1 1A 130 12 44
Octal 274 236 272 0 20 1 32 460 22 104
Binary 10111100 10011110 10111010 0 10000 1 11010 100110000 10010 1000100

Color Harmonies of #BC9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EBA

Black with #BC9EBA

Text Example


Text Example

White with #BC9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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