Html Css Color HEX #BD90BE Lilac

📋 copy color: '#BD90BE'

red 189 ◦ green 144 ◦ blue 190

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

Shades of Lilac #BD90BE

Tints of Lilac #BD90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 36.14%
G = 27.53%
B = 36.33%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD90BE (or 0xBD90BE) is known color: Lilac. HEX triplet: BD, 90 and BE. RGB value is (189,144,190). Sum of RGB (Red+Green+Blue) = 189+144+190=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90BE is #426F41. Grayscale: #A2A2A2. Windows color (decimal): -4353858 or 12488893. OLE color: 12488893.

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

Color convert

RGB 189 144 190 -
CMYK 0.01 0.24 0 0.25
HSL 298.7º 0.26% 0.65% -
HSV(B) 298.7º 0.24% 0.75% -
XYZ 40.25 34.48 53.25 -
YUV 162.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 189 144 190 0.01 0.24 0 0.25 298.7 0.26 0.65
Hex BD 90 BE 1 18 0 19 12B 1A 41
Octal 275 220 276 1 30 0 31 453 32 101
Binary 10111101 10010000 10111110 1 11000 0 11001 100101011 11010 1000001

Color Harmonies of #BD90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90BE

Black with #BD90BE

Text Example


Text Example

White with #BD90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90BE; }

 p { color: rgb(189,144,190); }

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

background-color css

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

 a { background-color: rgb(189,144,190); }

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

border-color css

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

 span { border-color: rgb(189,144,190); }

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