Html Css Color HEX #BB9EE7 Perfume

📋 copy color: '#BB9EE7'

red 187 ◦ green 158 ◦ blue 231

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

Shades of Perfume #BB9EE7

Tints of Perfume #BB9EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 32.47%
G = 27.43%
B = 40.1%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB9EE7 (or 0xBB9EE7) is known color: Perfume. HEX triplet: BB, 9E and E7. RGB value is (187,158,231). Sum of RGB (Red+Green+Blue) = 187+158+231=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EE7 is #446118. Grayscale: #AEAEAE. Windows color (decimal): -4481305 or 15179451. OLE color: 15179451.

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

Color convert

RGB 187 158 231 -
CMYK 0.19 0.32 0 0.09
HSL 263.84º 0.6% 0.76% -
HSV(B) 263.84º 0.32% 0.91% -
XYZ 47.14 40.79 80.99 -
YUV 174.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 187 158 231 0.19 0.32 0 0.09 263.84 0.6 0.76
Hex BB 9E E7 13 20 0 9 108 3C 4C
Octal 273 236 347 23 40 0 11 410 74 114
Binary 10111011 10011110 11100111 10011 100000 0 1001 100001000 111100 1001100

Color Harmonies of #BB9EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EE7

Black with #BB9EE7

Text Example


Text Example

White with #BB9EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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