Html Css Color HEX #B99FEB Perfume

📋 copy color: '#B99FEB'

red 185 ◦ green 159 ◦ blue 235

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

Shades of Perfume #B99FEB

Tints of Perfume #B99FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 31.95%
G = 27.46%
B = 40.59%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B99FEB (or 0xB99FEB) is known color: Perfume. HEX triplet: B9, 9F and EB. RGB value is (185,159,235). Sum of RGB (Red+Green+Blue) = 185+159+235=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEB is #466014. Grayscale: #AFAFAF. Windows color (decimal): -4612117 or 15441849. OLE color: 15441849.

HSL color Cylindrical-coordinate representation of color #B99FEB: hue angle of 260.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99FEB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 159 235 -
CMYK 0.21 0.32 0 0.08
HSL 260.53º 0.66% 0.77% -
HSV(B) 260.53º 0.32% 0.92% -
XYZ 47.4 41.11 84.03 -
YUV 175.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 185 159 235 0.21 0.32 0 0.08 260.53 0.66 0.77
Hex B9 9F EB 15 20 0 8 105 42 4D
Octal 271 237 353 25 40 0 10 405 102 115
Binary 10111001 10011111 11101011 10101 100000 0 1000 100000101 1000010 1001101

Color Harmonies of #B99FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FEB

Black with #B99FEB

Text Example


Text Example

White with #B99FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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