Html Css Color HEX #BB98BB Lilac

📋 copy color: '#BB98BB'

red 187 ◦ green 152 ◦ blue 187

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

Shades of Lilac #BB98BB

Tints of Lilac #BB98BB

RGB

 RED value IS 187 (73.44% from 255) = 35.55%

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

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

R = 35.55%
G = 28.9%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB98BB (or 0xBB98BB) is known color: Lilac. HEX triplet: BB, 98 and BB. RGB value is (187,152,187). Sum of RGB (Red+Green+Blue) = 187+152+187=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BB is #446744. Grayscale: #A6A6A6. Windows color (decimal): -4482885 or 12294331. OLE color: 12294331.

HSL color Cylindrical-coordinate representation of color #BB98BB: hue angle of 300º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB98BB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 187 -
CMYK 0 0.19 0 0.27
HSL 300º 0.2% 0.66% -
HSV(B) 300º 0.19% 0.73% -
XYZ 40.69 36.61 51.94 -
YUV 166.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 187 152 187 0 0.19 0 0.27 300 0.2 0.66
Hex BB 98 BB 0 13 0 1B 12C 14 42
Octal 273 230 273 0 23 0 33 454 24 102
Binary 10111011 10011000 10111011 0 10011 0 11011 100101100 10100 1000010

Color Harmonies of #BB98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98BB

Black with #BB98BB

Text Example


Text Example

White with #BB98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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