Html Css Color HEX #B99FDE Perfume

📋 copy color: '#B99FDE'

red 185 ◦ green 159 ◦ blue 222

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

Shades of Perfume #B99FDE

Tints of Perfume #B99FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 32.69%
G = 28.09%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99FDE (or 0xB99FDE) is known color: Perfume. HEX triplet: B9, 9F and DE. RGB value is (185,159,222). Sum of RGB (Red+Green+Blue) = 185+159+222=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #B99FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDE is #466021. Grayscale: #ADADAD. Windows color (decimal): -4612130 or 14589881. OLE color: 14589881.

HSL color Cylindrical-coordinate representation of color #B99FDE: hue angle of 264.76º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99FDE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 159 222 -
CMYK 0.17 0.28 0 0.13
HSL 264.76º 0.49% 0.75% -
HSV(B) 264.76º 0.28% 0.87% -
XYZ 45.59 40.38 74.5 -
YUV 173.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 185 159 222 0.17 0.28 0 0.13 264.76 0.49 0.75
Hex B9 9F DE 11 1C 0 D 109 31 4B
Octal 271 237 336 21 34 0 15 411 61 113
Binary 10111001 10011111 11011110 10001 11100 0 1101 100001001 110001 1001011

Color Harmonies of #B99FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FDE

Black with #B99FDE

Text Example


Text Example

White with #B99FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FDE; }

 p { color: rgb(185,159,222); }

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

background-color css

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

 a { background-color: rgb(185,159,222); }

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

border-color css

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

 span { border-color: rgb(185,159,222); }

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