Html Css Color HEX #BF91CB Lilac

📋 copy color: '#BF91CB'

red 191 ◦ green 145 ◦ blue 203

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

Shades of Lilac #BF91CB

Tints of Lilac #BF91CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 35.44%
G = 26.9%
B = 37.66%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF91CB (or 0xBF91CB) is known color: Lilac. HEX triplet: BF, 91 and CB. RGB value is (191,145,203). Sum of RGB (Red+Green+Blue) = 191+145+203=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CB is #406E34. Grayscale: #A5A5A5. Windows color (decimal): -4222517 or 13341119. OLE color: 13341119.

HSL color Cylindrical-coordinate representation of color #BF91CB: hue angle of 287.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF91CB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 145 203 -
CMYK 0.06 0.29 0 0.20
HSL 287.59º 0.36% 0.68% -
HSV(B) 287.59º 0.29% 0.8% -
XYZ 42.39 35.64 61.14 -
YUV 165.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 191 145 203 0.06 0.29 0 0.20 287.59 0.36 0.68
Hex BF 91 CB 6 1D 0 14 120 24 44
Octal 277 221 313 6 35 0 24 440 44 104
Binary 10111111 10010001 11001011 110 11101 0 10100 100100000 100100 1000100

Color Harmonies of #BF91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91CB

Black with #BF91CB

Text Example


Text Example

White with #BF91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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