Html Css Color HEX #BF9AC0 Lilac

📋 copy color: '#BF9AC0'

red 191 ◦ green 154 ◦ blue 192

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

Shades of Lilac #BF9AC0

Tints of Lilac #BF9AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 35.57%
G = 28.68%
B = 35.75%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF9AC0 (or 0xBF9AC0) is known color: Lilac. HEX triplet: BF, 9A and C0. RGB value is (191,154,192). Sum of RGB (Red+Green+Blue) = 191+154+192=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AC0 is #40653F. Grayscale: #A9A9A9. Windows color (decimal): -4220224 or 12622527. OLE color: 12622527.

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

Color convert

RGB 191 154 192 -
CMYK 0.01 0.20 0 0.25
HSL 298.42º 0.23% 0.68% -
HSV(B) 298.42º 0.2% 0.75% -
XYZ 42.56 37.99 54.96 -
YUV 169.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 191 154 192 0.01 0.20 0 0.25 298.42 0.23 0.68
Hex BF 9A C0 1 14 0 19 12A 17 44
Octal 277 232 300 1 24 0 31 452 27 104
Binary 10111111 10011010 11000000 1 10100 0 11001 100101010 10111 1000100

Color Harmonies of #BF9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AC0

Black with #BF9AC0

Text Example


Text Example

White with #BF9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AC0; }

 p { color: rgb(191,154,192); }

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

background-color css

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

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

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

border-color css

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

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

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