Html Css Color HEX #BB98BE Lilac

📋 copy color: '#BB98BE'

red 187 ◦ green 152 ◦ blue 190

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

Shades of Lilac #BB98BE

Tints of Lilac #BB98BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 35.35%
G = 28.73%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB98BE (or 0xBB98BE) is known color: Lilac. HEX triplet: BB, 98 and BE. RGB value is (187,152,190). Sum of RGB (Red+Green+Blue) = 187+152+190=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BE is #446741. Grayscale: #A6A6A6. Windows color (decimal): -4482882 or 12490939. OLE color: 12490939.

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

Color convert

RGB 187 152 190 -
CMYK 0.02 0.2 0 0.25
HSL 295.26º 0.23% 0.67% -
HSV(B) 295.26º 0.2% 0.75% -
XYZ 41.02 36.74 53.64 -
YUV 166.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 187 152 190 0.02 0.2 0 0.25 295.26 0.23 0.67
Hex BB 98 BE 2 14 0 19 127 17 43
Octal 273 230 276 2 24 0 31 447 27 103
Binary 10111011 10011000 10111110 10 10100 0 11001 100100111 10111 1000011

Color Harmonies of #BB98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98BE

Black with #BB98BE

Text Example


Text Example

White with #BB98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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