Html Css Color HEX #BD90BF Lilac

📋 copy color: '#BD90BF'

red 189 ◦ green 144 ◦ blue 191

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

Shades of Lilac #BD90BF

Tints of Lilac #BD90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 36.07%
G = 27.48%
B = 36.45%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD90BF (or 0xBD90BF) is known color: Lilac. HEX triplet: BD, 90 and BF. RGB value is (189,144,191). Sum of RGB (Red+Green+Blue) = 189+144+191=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90BF is #426F40. Grayscale: #A2A2A2. Windows color (decimal): -4353857 or 12554429. OLE color: 12554429.

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

Color convert

RGB 189 144 191 -
CMYK 0.01 0.25 0 0.25
HSL 297.45º 0.27% 0.66% -
HSV(B) 297.45º 0.25% 0.75% -
XYZ 40.36 34.53 53.83 -
YUV 162.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 189 144 191 0.01 0.25 0 0.25 297.45 0.27 0.66
Hex BD 90 BF 1 19 0 19 129 1B 42
Octal 275 220 277 1 31 0 31 451 33 102
Binary 10111101 10010000 10111111 1 11001 0 11001 100101001 11011 1000010

Color Harmonies of #BD90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90BF

Black with #BD90BF

Text Example


Text Example

White with #BD90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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