Html Css Color HEX #BB98DB Perfume

📋 copy color: '#BB98DB'

red 187 ◦ green 152 ◦ blue 219

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

Shades of Perfume #BB98DB

Tints of Perfume #BB98DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 33.51%
G = 27.24%
B = 39.25%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB98DB (or 0xBB98DB) is known color: Perfume. HEX triplet: BB, 98 and DB. RGB value is (187,152,219). Sum of RGB (Red+Green+Blue) = 187+152+219=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DB is #446724. Grayscale: #A9A9A9. Windows color (decimal): -4482853 or 14391483. OLE color: 14391483.

HSL color Cylindrical-coordinate representation of color #BB98DB: hue angle of 271.34º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB98DB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 152 219 -
CMYK 0.15 0.31 0 0.14
HSL 271.34º 0.48% 0.73% -
HSV(B) 271.34º 0.31% 0.86% -
XYZ 44.51 38.14 72.03 -
YUV 170.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 187 152 219 0.15 0.31 0 0.14 271.34 0.48 0.73
Hex BB 98 DB F 1F 0 E 10F 30 49
Octal 273 230 333 17 37 0 16 417 60 111
Binary 10111011 10011000 11011011 1111 11111 0 1110 100001111 110000 1001001

Color Harmonies of #BB98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98DB

Black with #BB98DB

Text Example


Text Example

White with #BB98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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