Html Css Color HEX #BF90BF Lilac

📋 copy color: '#BF90BF'

red 191 ◦ green 144 ◦ blue 191

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

Shades of Lilac #BF90BF

Tints of Lilac #BF90BF

RGB

 RED value IS 191 (75% from 255) = 36.31%

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

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

R = 36.31%
G = 27.38%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF90BF (or 0xBF90BF) is known color: Lilac. HEX triplet: BF, 90 and BF. RGB value is (191,144,191). Sum of RGB (Red+Green+Blue) = 191+144+191=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BF is #406F40. Grayscale: #A3A3A3. Windows color (decimal): -4222785 or 12554431. OLE color: 12554431.

HSL color Cylindrical-coordinate representation of color #BF90BF: hue angle of 300º 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 #BF90BF is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 191 -
CMYK 0 0.25 0 0.25
HSL 300º 0.27% 0.66% -
HSV(B) 300º 0.25% 0.75% -
XYZ 40.86 34.78 53.85 -
YUV 163.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 191 144 191 0 0.25 0 0.25 300 0.27 0.66
Hex BF 90 BF 0 19 0 19 12C 1B 42
Octal 277 220 277 0 31 0 31 454 33 102
Binary 10111111 10010000 10111111 0 11001 0 11001 100101100 11011 1000010

Color Harmonies of #BF90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90BF

Black with #BF90BF

Text Example


Text Example

White with #BF90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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