Html Css Color HEX #BF98BA Lilac

📋 copy color: '#BF98BA'

red 191 ◦ green 152 ◦ blue 186

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

Shades of Lilac #BF98BA

Tints of Lilac #BF98BA

RGB

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

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

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

R = 36.11%
G = 28.73%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF98BA (or 0xBF98BA) is known color: Lilac. HEX triplet: BF, 98 and BA. RGB value is (191,152,186). Sum of RGB (Red+Green+Blue) = 191+152+186=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98BA is #406745. Grayscale: #A7A7A7. Windows color (decimal): -4220742 or 12228799. OLE color: 12228799.

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

Color convert

RGB 191 152 186 -
CMYK 0 0.20 0.03 0.25
HSL 307.69º 0.23% 0.67% -
HSV(B) 307.69º 0.2% 0.75% -
XYZ 41.58 37.08 51.42 -
YUV 167.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 191 152 186 0 0.20 0.03 0.25 307.69 0.23 0.67
Hex BF 98 BA 0 14 3 19 134 17 43
Octal 277 230 272 0 24 3 31 464 27 103
Binary 10111111 10011000 10111010 0 10100 11 11001 100110100 10111 1000011

Color Harmonies of #BF98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98BA

Black with #BF98BA

Text Example


Text Example

White with #BF98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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