Html Css Color HEX #B99FFB Perfume

📋 copy color: '#B99FFB'

red 185 ◦ green 159 ◦ blue 251

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

Shades of Perfume #B99FFB

Tints of Perfume #B99FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 31.09%
G = 26.72%
B = 42.18%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99FFB (or 0xB99FFB) is known color: Perfume. HEX triplet: B9, 9F and FB. RGB value is (185,159,251). Sum of RGB (Red+Green+Blue) = 185+159+251=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #B99FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFB is #466004. Grayscale: #B0B0B0. Windows color (decimal): -4612101 or 16490425. OLE color: 16490425.

HSL color Cylindrical-coordinate representation of color #B99FFB: hue angle of 256.96º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99FFB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 159 251 -
CMYK 0.26 0.37 0 0.02
HSL 256.96º 0.92% 0.8% -
HSV(B) 256.96º 0.37% 0.98% -
XYZ 49.82 42.08 96.76 -
YUV 177.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 185 159 251 0.26 0.37 0 0.02 256.96 0.92 0.8
Hex B9 9F FB 1A 25 0 2 101 5C 50
Octal 271 237 373 32 45 0 2 401 134 120
Binary 10111001 10011111 11111011 11010 100101 0 10 100000001 1011100 1010000

Color Harmonies of #B99FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FFB

Black with #B99FFB

Text Example


Text Example

White with #B99FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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