Html Css Color HEX #BCA0BA Lilac

📋 copy color: '#BCA0BA'

red 188 ◦ green 160 ◦ blue 186

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

Shades of Lilac #BCA0BA

Tints of Lilac #BCA0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.96%

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

R = 35.21%
G = 29.96%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA0BA (or 0xBCA0BA) is known color: Lilac. HEX triplet: BC, A0 and BA. RGB value is (188,160,186). Sum of RGB (Red+Green+Blue) = 188+160+186=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BA is #435F45. Grayscale: #ABABAB. Windows color (decimal): -4415302 or 12230844. OLE color: 12230844.

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

Color convert

RGB 188 160 186 -
CMYK 0 0.15 0.01 0.26
HSL 304.29º 0.17% 0.68% -
HSV(B) 304.29º 0.15% 0.74% -
XYZ 42.17 39.38 51.83 -
YUV 171.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 188 160 186 0 0.15 0.01 0.26 304.29 0.17 0.68
Hex BC A0 BA 0 F 1 1A 130 11 44
Octal 274 240 272 0 17 1 32 460 21 104
Binary 10111100 10100000 10111010 0 1111 1 11010 100110000 10001 1000100

Color Harmonies of #BCA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0BA

Black with #BCA0BA

Text Example


Text Example

White with #BCA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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