Html Css Color HEX #BB9EE9 Perfume

📋 copy color: '#BB9EE9'

red 187 ◦ green 158 ◦ blue 233

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

Shades of Perfume #BB9EE9

Tints of Perfume #BB9EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 32.35%
G = 27.34%
B = 40.31%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB9EE9 (or 0xBB9EE9) is known color: Perfume. HEX triplet: BB, 9E and E9. RGB value is (187,158,233). Sum of RGB (Red+Green+Blue) = 187+158+233=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EE9 is #446116. Grayscale: #AEAEAE. Windows color (decimal): -4481303 or 15310523. OLE color: 15310523.

HSL color Cylindrical-coordinate representation of color #BB9EE9: hue angle of 263.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9EE9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 158 233 -
CMYK 0.20 0.32 0 0.09
HSL 263.2º 0.63% 0.77% -
HSV(B) 263.2º 0.32% 0.91% -
XYZ 47.43 40.9 82.49 -
YUV 175.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 187 158 233 0.20 0.32 0 0.09 263.2 0.63 0.77
Hex BB 9E E9 14 20 0 9 107 3F 4D
Octal 273 236 351 24 40 0 11 407 77 115
Binary 10111011 10011110 11101001 10100 100000 0 1001 100000111 111111 1001101

Color Harmonies of #BB9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EE9

Black with #BB9EE9

Text Example


Text Example

White with #BB9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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