Html Css Color HEX #BCA5BA Lilac

📋 copy color: '#BCA5BA'

red 188 ◦ green 165 ◦ blue 186

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

Shades of Lilac #BCA5BA

Tints of Lilac #BCA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

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

R = 34.88%
G = 30.61%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA5BA (or 0xBCA5BA) is known color: Lilac. HEX triplet: BC, A5 and BA. RGB value is (188,165,186). Sum of RGB (Red+Green+Blue) = 188+165+186=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5BA is #435A45. Grayscale: #AEAEAE. Windows color (decimal): -4414022 or 12232124. OLE color: 12232124.

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

Color convert

RGB 188 165 186 -
CMYK 0 0.12 0.01 0.26
HSL 305.22º 0.15% 0.69% -
HSV(B) 305.22º 0.12% 0.74% -
XYZ 43.06 41.15 52.13 -
YUV 174.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 188 165 186 0 0.12 0.01 0.26 305.22 0.15 0.69
Hex BC A5 BA 0 C 1 1A 131 F 45
Octal 274 245 272 0 14 1 32 461 17 105
Binary 10111100 10100101 10111010 0 1100 1 11010 100110001 1111 1000101

Color Harmonies of #BCA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5BA

Black with #BCA5BA

Text Example


Text Example

White with #BCA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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