Html Css Color HEX #BC9ABE Lilac

📋 copy color: '#BC9ABE'

red 188 ◦ green 154 ◦ blue 190

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

Shades of Lilac #BC9ABE

Tints of Lilac #BC9ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 35.34%
G = 28.95%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC9ABE (or 0xBC9ABE) is known color: Lilac. HEX triplet: BC, 9A and BE. RGB value is (188,154,190). Sum of RGB (Red+Green+Blue) = 188+154+190=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ABE is #436541. Grayscale: #A8A8A8. Windows color (decimal): -4416834 or 12491452. OLE color: 12491452.

HSL color Cylindrical-coordinate representation of color #BC9ABE: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9ABE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 154 190 -
CMYK 0.01 0.19 0 0.25
HSL 296.67º 0.22% 0.67% -
HSV(B) 296.67º 0.19% 0.75% -
XYZ 41.59 37.52 53.77 -
YUV 168.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 188 154 190 0.01 0.19 0 0.25 296.67 0.22 0.67
Hex BC 9A BE 1 13 0 19 129 16 43
Octal 274 232 276 1 23 0 31 451 26 103
Binary 10111100 10011010 10111110 1 10011 0 11001 100101001 10110 1000011

Color Harmonies of #BC9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ABE

Black with #BC9ABE

Text Example


Text Example

White with #BC9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ABE; }

 p { color: rgb(188,154,190); }

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

background-color css

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

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

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

border-color css

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

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

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