Html Css Color HEX #BF91CA Lilac

📋 copy color: '#BF91CA'

red 191 ◦ green 145 ◦ blue 202

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

Shades of Lilac #BF91CA

Tints of Lilac #BF91CA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.95%

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 35.5%
G = 26.95%
B = 37.55%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF91CA (or 0xBF91CA) is known color: Lilac. HEX triplet: BF, 91 and CA. RGB value is (191,145,202). Sum of RGB (Red+Green+Blue) = 191+145+202=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CA is #406E35. Grayscale: #A5A5A5. Windows color (decimal): -4222518 or 13275583. OLE color: 13275583.

HSL color Cylindrical-coordinate representation of color #BF91CA: hue angle of 288.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF91CA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 145 202 -
CMYK 0.05 0.28 0 0.21
HSL 288.42º 0.35% 0.68% -
HSV(B) 288.42º 0.28% 0.79% -
XYZ 42.27 35.59 60.52 -
YUV 165.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 191 145 202 0.05 0.28 0 0.21 288.42 0.35 0.68
Hex BF 91 CA 5 1C 0 15 120 23 44
Octal 277 221 312 5 34 0 25 440 43 104
Binary 10111111 10010001 11001010 101 11100 0 10101 100100000 100011 1000100

Color Harmonies of #BF91CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91CA

Black with #BF91CA

Text Example


Text Example

White with #BF91CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91CA; }

 p { color: rgb(191,145,202); }

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

background-color css

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

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

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

border-color css

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

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

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