Html Css Color HEX #B99DE5 Perfume

📋 copy color: '#B99DE5'

red 185 ◦ green 157 ◦ blue 229

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

Shades of Perfume #B99DE5

Tints of Perfume #B99DE5

RGB

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

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

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

R = 32.4%
G = 27.5%
B = 40.11%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B99DE5 (or 0xB99DE5) is known color: Perfume. HEX triplet: B9, 9D and E5. RGB value is (185,157,229). Sum of RGB (Red+Green+Blue) = 185+157+229=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #B99DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DE5 is #46621A. Grayscale: #ADADAD. Windows color (decimal): -4612635 or 15048121. OLE color: 15048121.

HSL color Cylindrical-coordinate representation of color #B99DE5: hue angle of 263.33º 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 #B99DE5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 157 229 -
CMYK 0.19 0.31 0 0.10
HSL 263.33º 0.58% 0.76% -
HSV(B) 263.33º 0.31% 0.9% -
XYZ 46.21 40.09 79.43 -
YUV 173.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 185 157 229 0.19 0.31 0 0.10 263.33 0.58 0.76
Hex B9 9D E5 13 1F 0 A 107 3A 4C
Octal 271 235 345 23 37 0 12 407 72 114
Binary 10111001 10011101 11100101 10011 11111 0 1010 100000111 111010 1001100

Color Harmonies of #B99DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DE5

Black with #B99DE5

Text Example


Text Example

White with #B99DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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