Html Css Color HEX #BCA1BB Lilac

📋 copy color: '#BCA1BB'

red 188 ◦ green 161 ◦ blue 187

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

Shades of Lilac #BCA1BB

Tints of Lilac #BCA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 35.07%
G = 30.04%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA1BB (or 0xBCA1BB) is known color: Lilac. HEX triplet: BC, A1 and BB. RGB value is (188,161,187). Sum of RGB (Red+Green+Blue) = 188+161+187=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BB is #435E44. Grayscale: #ABABAB. Windows color (decimal): -4415045 or 12296636. OLE color: 12296636.

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

Color convert

RGB 188 161 187 -
CMYK 0 0.14 0.01 0.26
HSL 302.22º 0.17% 0.68% -
HSV(B) 302.22º 0.14% 0.74% -
XYZ 42.45 39.77 52.45 -
YUV 172.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 188 161 187 0 0.14 0.01 0.26 302.22 0.17 0.68
Hex BC A1 BB 0 E 1 1A 12E 11 44
Octal 274 241 273 0 16 1 32 456 21 104
Binary 10111100 10100001 10111011 0 1110 1 11010 100101110 10001 1000100

Color Harmonies of #BCA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1BB

Black with #BCA1BB

Text Example


Text Example

White with #BCA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1BB; }

 p { color: rgb(188,161,187); }

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

background-color css

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

 a { background-color: rgb(188,161,187); }

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

border-color css

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

 span { border-color: rgb(188,161,187); }

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