Html Css Color HEX #BB98F7 Perfume

📋 copy color: '#BB98F7'

red 187 ◦ green 152 ◦ blue 247

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

Shades of Perfume #BB98F7

Tints of Perfume #BB98F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.15%

R = 31.91%
G = 25.94%
B = 42.15%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB98F7 (or 0xBB98F7) is known color: Perfume. HEX triplet: BB, 98 and F7. RGB value is (187,152,247). Sum of RGB (Red+Green+Blue) = 187+152+247=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB98F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98F7 is #446708. Grayscale: #ACACAC. Windows color (decimal): -4482825 or 16226491. OLE color: 16226491.

HSL color Cylindrical-coordinate representation of color #BB98F7: hue angle of 262.11º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB98F7 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 152 247 -
CMYK 0.24 0.38 0 0.03
HSL 262.11º 0.86% 0.78% -
HSV(B) 262.11º 0.38% 0.97% -
XYZ 48.51 39.74 93.11 -
YUV 173.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 187 152 247 0.24 0.38 0 0.03 262.11 0.86 0.78
Hex BB 98 F7 18 26 0 3 106 56 4E
Octal 273 230 367 30 46 0 3 406 126 116
Binary 10111011 10011000 11110111 11000 100110 0 11 100000110 1010110 1001110

Color Harmonies of #BB98F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98F7

Black with #BB98F7

Text Example


Text Example

White with #BB98F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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