Html Css Color HEX #BB9EF9 Perfume

📋 copy color: '#BB9EF9'

red 187 ◦ green 158 ◦ blue 249

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

Shades of Perfume #BB9EF9

Tints of Perfume #BB9EF9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.6%

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

R = 31.48%
G = 26.6%
B = 41.92%

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

#BB9EF9 (or 0xBB9EF9) is known color: Perfume. HEX triplet: BB, 9E and F9. RGB value is (187,158,249). Sum of RGB (Red+Green+Blue) = 187+158+249=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB9EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EF9 is #446106. Grayscale: #B0B0B0. Windows color (decimal): -4481287 or 16359099. OLE color: 16359099.

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

Color convert

RGB 187 158 249 -
CMYK 0.25 0.37 0 0.02
HSL 259.12º 0.88% 0.8% -
HSV(B) 259.12º 0.37% 0.98% -
XYZ 49.82 41.86 95.08 -
YUV 177.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 187 158 249 0.25 0.37 0 0.02 259.12 0.88 0.8
Hex BB 9E F9 19 25 0 2 103 58 50
Octal 273 236 371 31 45 0 2 403 130 120
Binary 10111011 10011110 11111001 11001 100101 0 10 100000011 1011000 1010000

Color Harmonies of #BB9EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EF9

Black with #BB9EF9

Text Example


Text Example

White with #BB9EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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