Html Css Color HEX #BDA2BB Lilac

📋 copy color: '#BDA2BB'

red 189 ◦ green 162 ◦ blue 187

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

Shades of Lilac #BDA2BB

Tints of Lilac #BDA2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.11%

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

R = 35.13%
G = 30.11%
B = 34.76%

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

#BDA2BB (or 0xBDA2BB) is known color: Lilac. HEX triplet: BD, A2 and BB. RGB value is (189,162,187). Sum of RGB (Red+Green+Blue) = 189+162+187=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2BB is #425D44. Grayscale: #ACACAC. Windows color (decimal): -4349253 or 12296893. OLE color: 12296893.

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

Color convert

RGB 189 162 187 -
CMYK 0 0.14 0.01 0.26
HSL 304.44º 0.17% 0.69% -
HSV(B) 304.44º 0.14% 0.74% -
XYZ 42.88 40.25 52.52 -
YUV 172.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 189 162 187 0 0.14 0.01 0.26 304.44 0.17 0.69
Hex BD A2 BB 0 E 1 1A 130 11 45
Octal 275 242 273 0 16 1 32 460 21 105
Binary 10111101 10100010 10111011 0 1110 1 11010 100110000 10001 1000101

Color Harmonies of #BDA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2BB

Black with #BDA2BB

Text Example


Text Example

White with #BDA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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