Html Css Color HEX #B99FDF Perfume

📋 copy color: '#B99FDF'

red 185 ◦ green 159 ◦ blue 223

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

Shades of Perfume #B99FDF

Tints of Perfume #B99FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 32.63%
G = 28.04%
B = 39.33%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99FDF (or 0xB99FDF) is known color: Perfume. HEX triplet: B9, 9F and DF. RGB value is (185,159,223). Sum of RGB (Red+Green+Blue) = 185+159+223=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDF is #466020. Grayscale: #ADADAD. Windows color (decimal): -4612129 or 14655417. OLE color: 14655417.

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

Color convert

RGB 185 159 223 -
CMYK 0.17 0.29 0 0.13
HSL 264.38º 0.5% 0.75% -
HSV(B) 264.38º 0.29% 0.87% -
XYZ 45.73 40.44 75.21 -
YUV 174.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 185 159 223 0.17 0.29 0 0.13 264.38 0.5 0.75
Hex B9 9F DF 11 1D 0 D 108 32 4B
Octal 271 237 337 21 35 0 15 410 62 113
Binary 10111001 10011111 11011111 10001 11101 0 1101 100001000 110010 1001011

Color Harmonies of #B99FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FDF

Black with #B99FDF

Text Example


Text Example

White with #B99FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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