Html Css Color HEX #B99DE1 Perfume

📋 copy color: '#B99DE1'

red 185 ◦ green 157 ◦ blue 225

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

Shades of Perfume #B99DE1

Tints of Perfume #B99DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.69%

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

R = 32.63%
G = 27.69%
B = 39.68%

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

#B99DE1 (or 0xB99DE1) is known color: Perfume. HEX triplet: B9, 9D and E1. RGB value is (185,157,225). Sum of RGB (Red+Green+Blue) = 185+157+225=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #B99DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DE1 is #46621E. Grayscale: #ACACAC. Windows color (decimal): -4612639 or 14785977. OLE color: 14785977.

HSL color Cylindrical-coordinate representation of color #B99DE1: hue angle of 264.71º 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 #B99DE1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 157 225 -
CMYK 0.18 0.30 0 0.12
HSL 264.71º 0.53% 0.75% -
HSV(B) 264.71º 0.3% 0.88% -
XYZ 45.66 39.86 76.52 -
YUV 173.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 185 157 225 0.18 0.30 0 0.12 264.71 0.53 0.75
Hex B9 9D E1 12 1E 0 C 109 35 4B
Octal 271 235 341 22 36 0 14 411 65 113
Binary 10111001 10011101 11100001 10010 11110 0 1100 100001001 110101 1001011

Color Harmonies of #B99DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DE1

Black with #B99DE1

Text Example


Text Example

White with #B99DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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