Html Css Color HEX #BF98BB Lilac

📋 copy color: '#BF98BB'

red 191 ◦ green 152 ◦ blue 187

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

Shades of Lilac #BF98BB

Tints of Lilac #BF98BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 36.04%
G = 28.68%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF98BB (or 0xBF98BB) is known color: Lilac. HEX triplet: BF, 98 and BB. RGB value is (191,152,187). Sum of RGB (Red+Green+Blue) = 191+152+187=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98BB is #406744. Grayscale: #A7A7A7. Windows color (decimal): -4220741 or 12294335. OLE color: 12294335.

HSL color Cylindrical-coordinate representation of color #BF98BB: hue angle of 306.15º 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 #BF98BB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 152 187 -
CMYK 0 0.20 0.02 0.25
HSL 306.15º 0.23% 0.67% -
HSV(B) 306.15º 0.2% 0.75% -
XYZ 41.68 37.12 51.98 -
YUV 167.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 191 152 187 0 0.20 0.02 0.25 306.15 0.23 0.67
Hex BF 98 BB 0 14 2 19 132 17 43
Octal 277 230 273 0 24 2 31 462 27 103
Binary 10111111 10011000 10111011 0 10100 10 11001 100110010 10111 1000011

Color Harmonies of #BF98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98BB

Black with #BF98BB

Text Example


Text Example

White with #BF98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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