Html Css Color HEX #BCA4BA Lilac

📋 copy color: '#BCA4BA'

red 188 ◦ green 164 ◦ blue 186

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

Shades of Lilac #BCA4BA

Tints of Lilac #BCA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.48%

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

R = 34.94%
G = 30.48%
B = 34.57%

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

#BCA4BA (or 0xBCA4BA) is known color: Lilac. HEX triplet: BC, A4 and BA. RGB value is (188,164,186). Sum of RGB (Red+Green+Blue) = 188+164+186=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4BA is #435B45. Grayscale: #ADADAD. Windows color (decimal): -4414278 or 12231868. OLE color: 12231868.

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

Color convert

RGB 188 164 186 -
CMYK 0 0.13 0.01 0.26
HSL 305º 0.15% 0.69% -
HSV(B) 305º 0.13% 0.74% -
XYZ 42.88 40.79 52.07 -
YUV 173.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 188 164 186 0 0.13 0.01 0.26 305 0.15 0.69
Hex BC A4 BA 0 D 1 1A 131 F 45
Octal 274 244 272 0 15 1 32 461 17 105
Binary 10111100 10100100 10111010 0 1101 1 11010 100110001 1111 1000101

Color Harmonies of #BCA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4BA

Black with #BCA4BA

Text Example


Text Example

White with #BCA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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