Html Css Color HEX #BF90C1 Lilac

📋 copy color: '#BF90C1'

red 191 ◦ green 144 ◦ blue 193

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

Shades of Lilac #BF90C1

Tints of Lilac #BF90C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 36.17%
G = 27.27%
B = 36.55%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF90C1 (or 0xBF90C1) is known color: Lilac. HEX triplet: BF, 90 and C1. RGB value is (191,144,193). Sum of RGB (Red+Green+Blue) = 191+144+193=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C1 is #406F3E. Grayscale: #A3A3A3. Windows color (decimal): -4222783 or 12685503. OLE color: 12685503.

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

Color convert

RGB 191 144 193 -
CMYK 0.01 0.25 0 0.24
HSL 297.55º 0.28% 0.66% -
HSV(B) 297.55º 0.25% 0.76% -
XYZ 41.08 34.87 55.02 -
YUV 163.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 191 144 193 0.01 0.25 0 0.24 297.55 0.28 0.66
Hex BF 90 C1 1 19 0 18 12A 1C 42
Octal 277 220 301 1 31 0 30 452 34 102
Binary 10111111 10010000 11000001 1 11001 0 11000 100101010 11100 1000010

Color Harmonies of #BF90C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90C1

Black with #BF90C1

Text Example


Text Example

White with #BF90C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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