Html Css Color HEX #BCA3BA Lilac

📋 copy color: '#BCA3BA'

red 188 ◦ green 163 ◦ blue 186

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

Shades of Lilac #BCA3BA

Tints of Lilac #BCA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

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

R = 35.01%
G = 30.35%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA3BA (or 0xBCA3BA) is known color: Lilac. HEX triplet: BC, A3 and BA. RGB value is (188,163,186). Sum of RGB (Red+Green+Blue) = 188+163+186=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3BA is #435C45. Grayscale: #ADADAD. Windows color (decimal): -4414534 or 12231612. OLE color: 12231612.

HSL color Cylindrical-coordinate representation of color #BCA3BA: hue angle of 304.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA3BA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 186 -
CMYK 0 0.13 0.01 0.26
HSL 304.8º 0.16% 0.69% -
HSV(B) 304.8º 0.13% 0.74% -
XYZ 42.7 40.43 52.01 -
YUV 173.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 188 163 186 0 0.13 0.01 0.26 304.8 0.16 0.69
Hex BC A3 BA 0 D 1 1A 131 10 45
Octal 274 243 272 0 15 1 32 461 20 105
Binary 10111100 10100011 10111010 0 1101 1 11010 100110001 10000 1000101

Color Harmonies of #BCA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3BA

Black with #BCA3BA

Text Example


Text Example

White with #BCA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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