Html Css Color HEX #B99FED Perfume

📋 copy color: '#B99FED'

red 185 ◦ green 159 ◦ blue 237

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

Shades of Perfume #B99FED

Tints of Perfume #B99FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 31.84%
G = 27.37%
B = 40.79%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99FED (or 0xB99FED) is known color: Perfume. HEX triplet: B9, 9F and ED. RGB value is (185,159,237). Sum of RGB (Red+Green+Blue) = 185+159+237=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FED is #466012. Grayscale: #AFAFAF. Windows color (decimal): -4612115 or 15572921. OLE color: 15572921.

HSL color Cylindrical-coordinate representation of color #B99FED: hue angle of 260º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99FED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 159 237 -
CMYK 0.22 0.33 0 0.07
HSL 260º 0.68% 0.78% -
HSV(B) 260º 0.33% 0.93% -
XYZ 47.69 41.22 85.56 -
YUV 175.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 185 159 237 0.22 0.33 0 0.07 260 0.68 0.78
Hex B9 9F ED 16 21 0 7 104 44 4E
Octal 271 237 355 26 41 0 7 404 104 116
Binary 10111001 10011111 11101101 10110 100001 0 111 100000100 1000100 1001110

Color Harmonies of #B99FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FED

Black with #B99FED

Text Example


Text Example

White with #B99FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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