Html Css Color HEX #BB9EE5 Perfume

📋 copy color: '#BB9EE5'

red 187 ◦ green 158 ◦ blue 229

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

Shades of Perfume #BB9EE5

Tints of Perfume #BB9EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 32.58%
G = 27.53%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB9EE5 (or 0xBB9EE5) is known color: Perfume. HEX triplet: BB, 9E and E5. RGB value is (187,158,229). Sum of RGB (Red+Green+Blue) = 187+158+229=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB9EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EE5 is #44611A. Grayscale: #AEAEAE. Windows color (decimal): -4481307 or 15048379. OLE color: 15048379.

HSL color Cylindrical-coordinate representation of color #BB9EE5: hue angle of 264.51º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9EE5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 158 229 -
CMYK 0.18 0.31 0 0.10
HSL 264.51º 0.58% 0.76% -
HSV(B) 264.51º 0.31% 0.9% -
XYZ 46.86 40.68 79.51 -
YUV 174.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 187 158 229 0.18 0.31 0 0.10 264.51 0.58 0.76
Hex BB 9E E5 12 1F 0 A 109 3A 4C
Octal 273 236 345 22 37 0 12 411 72 114
Binary 10111011 10011110 11100101 10010 11111 0 1010 100001001 111010 1001100

Color Harmonies of #BB9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EE5

Black with #BB9EE5

Text Example


Text Example

White with #BB9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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