Html Css Color HEX #B99DFF Perfume

📋 copy color: '#B99DFF'

red 185 ◦ green 157 ◦ blue 255

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

Shades of Perfume #B99DFF

Tints of Perfume #B99DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 30.99%
G = 26.3%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B99DFF (or 0xB99DFF) is known color: Perfume. HEX triplet: B9, 9D and FF. RGB value is (185,157,255). Sum of RGB (Red+Green+Blue) = 185+157+255=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DFF is #466200. Grayscale: #B0B0B0. Windows color (decimal): -4612609 or 16752057. OLE color: 16752057.

HSL color Cylindrical-coordinate representation of color #B99DFF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B99DFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 157 255 -
CMYK 0.27 0.38 0 0
HSL 257.14º 1% 0.81% -
HSV(B) 257.14º 0.38% 1% -
XYZ 50.11 41.65 100.01 -
YUV 176.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 185 157 255 0.27 0.38 0 0 257.14 1 0.81
Hex B9 9D FF 1B 26 0 0 101 64 51
Octal 271 235 377 33 46 0 0 401 144 121
Binary 10111001 10011101 11111111 11011 100110 0 0 100000001 1100100 1010001

Color Harmonies of #B99DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DFF

Black with #B99DFF

Text Example


Text Example

White with #B99DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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