Html Css Color HEX #BB9EF1 Perfume

📋 copy color: '#BB9EF1'

red 187 ◦ green 158 ◦ blue 241

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

Shades of Perfume #BB9EF1

Tints of Perfume #BB9EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 31.91%
G = 26.96%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB9EF1 (or 0xBB9EF1) is known color: Perfume. HEX triplet: BB, 9E and F1. RGB value is (187,158,241). Sum of RGB (Red+Green+Blue) = 187+158+241=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EF1 is #44610E. Grayscale: #AFAFAF. Windows color (decimal): -4481295 or 15834811. OLE color: 15834811.

HSL color Cylindrical-coordinate representation of color #BB9EF1: hue angle of 260.96º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9EF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 158 241 -
CMYK 0.22 0.34 0 0.05
HSL 260.96º 0.75% 0.78% -
HSV(B) 260.96º 0.34% 0.95% -
XYZ 48.6 41.37 88.64 -
YUV 176.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 187 158 241 0.22 0.34 0 0.05 260.96 0.75 0.78
Hex BB 9E F1 16 22 0 5 105 4B 4E
Octal 273 236 361 26 42 0 5 405 113 116
Binary 10111011 10011110 11110001 10110 100010 0 101 100000101 1001011 1001110

Color Harmonies of #BB9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EF1

Black with #BB9EF1

Text Example


Text Example

White with #BB9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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