Html Css Color HEX #B99EE1 Perfume

📋 copy color: '#B99EE1'

red 185 ◦ green 158 ◦ blue 225

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

Shades of Perfume #B99EE1

Tints of Perfume #B99EE1

RGB

 RED value IS 185 (72.66% from 255) = 32.57%

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 32.57%
G = 27.82%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B99EE1 (or 0xB99EE1) is known color: Perfume. HEX triplet: B9, 9E and E1. RGB value is (185,158,225). Sum of RGB (Red+Green+Blue) = 185+158+225=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #B99EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EE1 is #46611E. Grayscale: #ADADAD. Windows color (decimal): -4612383 or 14786233. OLE color: 14786233.

HSL color Cylindrical-coordinate representation of color #B99EE1: hue angle of 264.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99EE1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 158 225 -
CMYK 0.18 0.30 0 0.12
HSL 264.18º 0.53% 0.75% -
HSV(B) 264.18º 0.3% 0.88% -
XYZ 45.83 40.2 76.58 -
YUV 173.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 185 158 225 0.18 0.30 0 0.12 264.18 0.53 0.75
Hex B9 9E E1 12 1E 0 C 108 35 4B
Octal 271 236 341 22 36 0 14 410 65 113
Binary 10111001 10011110 11100001 10010 11110 0 1100 100001000 110101 1001011

Color Harmonies of #B99EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EE1

Black with #B99EE1

Text Example


Text Example

White with #B99EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EE1; }

 p { color: rgb(185,158,225); }

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

background-color css

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

 a { background-color: rgb(185,158,225); }

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

border-color css

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

 span { border-color: rgb(185,158,225); }

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