Html Css Color HEX #BF98C1 Lilac

📋 copy color: '#BF98C1'

red 191 ◦ green 152 ◦ blue 193

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

Shades of Lilac #BF98C1

Tints of Lilac #BF98C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.36%

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

R = 35.63%
G = 28.36%
B = 36.01%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF98C1 (or 0xBF98C1) is known color: Lilac. HEX triplet: BF, 98 and C1. RGB value is (191,152,193). Sum of RGB (Red+Green+Blue) = 191+152+193=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98C1 is #40673E. Grayscale: #A8A8A8. Windows color (decimal): -4220735 or 12687551. OLE color: 12687551.

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

Color convert

RGB 191 152 193 -
CMYK 0.01 0.21 0 0.24
HSL 297.07º 0.25% 0.68% -
HSV(B) 297.07º 0.21% 0.76% -
XYZ 42.34 37.38 55.44 -
YUV 168.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 191 152 193 0.01 0.21 0 0.24 297.07 0.25 0.68
Hex BF 98 C1 1 15 0 18 129 19 44
Octal 277 230 301 1 25 0 30 451 31 104
Binary 10111111 10011000 11000001 1 10101 0 11000 100101001 11001 1000100

Color Harmonies of #BF98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98C1

Black with #BF98C1

Text Example


Text Example

White with #BF98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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