Html Css Color HEX #BB91EE Perfume

📋 copy color: '#BB91EE'

red 187 ◦ green 145 ◦ blue 238

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

Shades of Perfume #BB91EE

Tints of Perfume #BB91EE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.44%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 32.81%
G = 25.44%
B = 41.75%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB91EE (or 0xBB91EE) is known color: Perfume. HEX triplet: BB, 91 and EE. RGB value is (187,145,238). Sum of RGB (Red+Green+Blue) = 187+145+238=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB91EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91EE is #446E11. Grayscale: #A7A7A7. Windows color (decimal): -4484626 or 15634875. OLE color: 15634875.

HSL color Cylindrical-coordinate representation of color #BB91EE: hue angle of 267.1º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB91EE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 145 238 -
CMYK 0.21 0.39 0 0.07
HSL 267.1º 0.73% 0.75% -
HSV(B) 267.1º 0.39% 0.93% -
XYZ 46.05 36.99 85.6 -
YUV 168.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 187 145 238 0.21 0.39 0 0.07 267.1 0.73 0.75
Hex BB 91 EE 15 27 0 7 10B 49 4B
Octal 273 221 356 25 47 0 7 413 111 113
Binary 10111011 10010001 11101110 10101 100111 0 111 100001011 1001001 1001011

Color Harmonies of #BB91EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91EE

Black with #BB91EE

Text Example


Text Example

White with #BB91EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91EE; }

 p { color: rgb(187,145,238); }

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

background-color css

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

 a { background-color: rgb(187,145,238); }

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

border-color css

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

 span { border-color: rgb(187,145,238); }

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