Html Css Color HEX #BDA0BB Lilac

📋 copy color: '#BDA0BB'

red 189 ◦ green 160 ◦ blue 187

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

Shades of Lilac #BDA0BB

Tints of Lilac #BDA0BB

RGB

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

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

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

R = 35.26%
G = 29.85%
B = 34.89%

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

#BDA0BB (or 0xBDA0BB) is known color: Lilac. HEX triplet: BD, A0 and BB. RGB value is (189,160,187). Sum of RGB (Red+Green+Blue) = 189+160+187=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0BB is #425F44. Grayscale: #ABABAB. Windows color (decimal): -4349765 or 12296381. OLE color: 12296381.

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

Color convert

RGB 189 160 187 -
CMYK 0 0.15 0.01 0.26
HSL 304.14º 0.18% 0.68% -
HSV(B) 304.14º 0.15% 0.74% -
XYZ 42.53 39.55 52.41 -
YUV 171.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 189 160 187 0 0.15 0.01 0.26 304.14 0.18 0.68
Hex BD A0 BB 0 F 1 1A 130 12 44
Octal 275 240 273 0 17 1 32 460 22 104
Binary 10111101 10100000 10111011 0 1111 1 11010 100110000 10010 1000100

Color Harmonies of #BDA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0BB

Black with #BDA0BB

Text Example


Text Example

White with #BDA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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