Html Css Color HEX #BD91BC Lilac

📋 copy color: '#BD91BC'

red 189 ◦ green 145 ◦ blue 188

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

Shades of Lilac #BD91BC

Tints of Lilac #BD91BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 36.21%
G = 27.78%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD91BC (or 0xBD91BC) is known color: Lilac. HEX triplet: BD, 91 and BC. RGB value is (189,145,188). Sum of RGB (Red+Green+Blue) = 189+145+188=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BC is #426E43. Grayscale: #A2A2A2. Windows color (decimal): -4353604 or 12358077. OLE color: 12358077.

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

Color convert

RGB 189 145 188 -
CMYK 0 0.23 0.01 0.26
HSL 301.36º 0.25% 0.65% -
HSV(B) 301.36º 0.23% 0.74% -
XYZ 40.19 34.7 52.16 -
YUV 163.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 189 145 188 0 0.23 0.01 0.26 301.36 0.25 0.65
Hex BD 91 BC 0 17 1 1A 12D 19 41
Octal 275 221 274 0 27 1 32 455 31 101
Binary 10111101 10010001 10111100 0 10111 1 11010 100101101 11001 1000001

Color Harmonies of #BD91BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD91BC

Black with #BD91BC

Text Example


Text Example

White with #BD91BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD91BC; }

 p { color: rgb(189,145,188); }

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

background-color css

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

 a { background-color: rgb(189,145,188); }

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

border-color css

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

 span { border-color: rgb(189,145,188); }

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