Html Css Color HEX #BF94BE Lilac

📋 copy color: '#BF94BE'

red 191 ◦ green 148 ◦ blue 190

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

Shades of Lilac #BF94BE

Tints of Lilac #BF94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.98%

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

R = 36.11%
G = 27.98%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF94BE (or 0xBF94BE) is known color: Lilac. HEX triplet: BF, 94 and BE. RGB value is (191,148,190). Sum of RGB (Red+Green+Blue) = 191+148+190=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BE is #406B41. Grayscale: #A5A5A5. Windows color (decimal): -4221762 or 12489919. OLE color: 12489919.

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

Color convert

RGB 191 148 190 -
CMYK 0 0.23 0.01 0.25
HSL 301.4º 0.25% 0.66% -
HSV(B) 301.4º 0.23% 0.75% -
XYZ 41.37 35.97 53.48 -
YUV 165.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 191 148 190 0 0.23 0.01 0.25 301.4 0.25 0.66
Hex BF 94 BE 0 17 1 19 12D 19 42
Octal 277 224 276 0 27 1 31 455 31 102
Binary 10111111 10010100 10111110 0 10111 1 11001 100101101 11001 1000010

Color Harmonies of #BF94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94BE

Black with #BF94BE

Text Example


Text Example

White with #BF94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94BE; }

 p { color: rgb(191,148,190); }

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

background-color css

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

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

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

border-color css

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

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

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