Html Css Color HEX #BB9DF9 Perfume

📋 copy color: '#BB9DF9'

red 187 ◦ green 157 ◦ blue 249

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

Shades of Perfume #BB9DF9

Tints of Perfume #BB9DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 31.53%
G = 26.48%
B = 41.99%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB9DF9 (or 0xBB9DF9) is known color: Perfume. HEX triplet: BB, 9D and F9. RGB value is (187,157,249). Sum of RGB (Red+Green+Blue) = 187+157+249=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF9 is #446206. Grayscale: #B0B0B0. Windows color (decimal): -4481543 or 16358843. OLE color: 16358843.

HSL color Cylindrical-coordinate representation of color #BB9DF9: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9DF9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 157 249 -
CMYK 0.25 0.37 0 0.02
HSL 259.57º 0.88% 0.8% -
HSV(B) 259.57º 0.37% 0.98% -
XYZ 49.65 41.52 95.02 -
YUV 176.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 157 249 0.25 0.37 0 0.02 259.57 0.88 0.8
Hex BB 9D F9 19 25 0 2 104 58 50
Octal 273 235 371 31 45 0 2 404 130 120
Binary 10111011 10011101 11111001 11001 100101 0 10 100000100 1011000 1010000

Color Harmonies of #BB9DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DF9

Black with #BB9DF9

Text Example


Text Example

White with #BB9DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DF9; }

 p { color: rgb(187,157,249); }

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

background-color css

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

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

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

border-color css

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

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

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