Html Css Color HEX #BF9FBA Lilac

📋 copy color: '#BF9FBA'

red 191 ◦ green 159 ◦ blue 186

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

Shades of Lilac #BF9FBA

Tints of Lilac #BF9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 35.63%
G = 29.66%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF9FBA (or 0xBF9FBA) is known color: Lilac. HEX triplet: BF, 9F and BA. RGB value is (191,159,186). Sum of RGB (Red+Green+Blue) = 191+159+186=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBA is #406045. Grayscale: #ABABAB. Windows color (decimal): -4218950 or 12230591. OLE color: 12230591.

HSL color Cylindrical-coordinate representation of color #BF9FBA: hue angle of 309.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9FBA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 159 186 -
CMYK 0 0.17 0.03 0.25
HSL 309.38º 0.2% 0.69% -
HSV(B) 309.38º 0.17% 0.75% -
XYZ 42.75 39.42 51.81 -
YUV 171.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 191 159 186 0 0.17 0.03 0.25 309.38 0.2 0.69
Hex BF 9F BA 0 11 3 19 135 14 45
Octal 277 237 272 0 21 3 31 465 24 105
Binary 10111111 10011111 10111010 0 10001 11 11001 100110101 10100 1000101

Color Harmonies of #BF9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FBA

Black with #BF9FBA

Text Example


Text Example

White with #BF9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FBA; }

 p { color: rgb(191,159,186); }

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

background-color css

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

 a { background-color: rgb(191,159,186); }

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

border-color css

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

 span { border-color: rgb(191,159,186); }

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