Html Css Color HEX #BB9EF5 Perfume

📋 copy color: '#BB9EF5'

red 187 ◦ green 158 ◦ blue 245

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

Shades of Perfume #BB9EF5

Tints of Perfume #BB9EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.53%

R = 31.69%
G = 26.78%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB9EF5 (or 0xBB9EF5) is known color: Perfume. HEX triplet: BB, 9E and F5. RGB value is (187,158,245). Sum of RGB (Red+Green+Blue) = 187+158+245=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB9EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EF5 is #44610A. Grayscale: #B0B0B0. Windows color (decimal): -4481291 or 16096955. OLE color: 16096955.

HSL color Cylindrical-coordinate representation of color #BB9EF5: hue angle of 260º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9EF5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 158 245 -
CMYK 0.24 0.36 0 0.04
HSL 260º 0.81% 0.79% -
HSV(B) 260º 0.36% 0.96% -
XYZ 49.2 41.61 91.82 -
YUV 176.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 187 158 245 0.24 0.36 0 0.04 260 0.81 0.79
Hex BB 9E F5 18 24 0 4 104 51 4F
Octal 273 236 365 30 44 0 4 404 121 117
Binary 10111011 10011110 11110101 11000 100100 0 100 100000100 1010001 1001111

Color Harmonies of #BB9EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EF5

Black with #BB9EF5

Text Example


Text Example

White with #BB9EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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