Html Css Color HEX #BDA1BB Lilac

📋 copy color: '#BDA1BB'

red 189 ◦ green 161 ◦ blue 187

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

Shades of Lilac #BDA1BB

Tints of Lilac #BDA1BB

RGB

 RED value IS 189 (74.22% from 255) = 35.2%

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

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

R = 35.2%
G = 29.98%
B = 34.82%

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

#BDA1BB (or 0xBDA1BB) is known color: Lilac. HEX triplet: BD, A1 and BB. RGB value is (189,161,187). Sum of RGB (Red+Green+Blue) = 189+161+187=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BB is #425E44. Grayscale: #ACACAC. Windows color (decimal): -4349509 or 12296637. OLE color: 12296637.

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

Color convert

RGB 189 161 187 -
CMYK 0 0.15 0.01 0.26
HSL 304.29º 0.18% 0.69% -
HSV(B) 304.29º 0.15% 0.74% -
XYZ 42.7 39.9 52.46 -
YUV 172.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 189 161 187 0 0.15 0.01 0.26 304.29 0.18 0.69
Hex BD A1 BB 0 F 1 1A 130 12 45
Octal 275 241 273 0 17 1 32 460 22 105
Binary 10111101 10100001 10111011 0 1111 1 11010 100110000 10010 1000101

Color Harmonies of #BDA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1BB

Black with #BDA1BB

Text Example


Text Example

White with #BDA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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