Html Css Color HEX #B99DF2 Perfume

📋 copy color: '#B99DF2'

red 185 ◦ green 157 ◦ blue 242

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

Shades of Perfume #B99DF2

Tints of Perfume #B99DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 31.68%
G = 26.88%
B = 41.44%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B99DF2 (or 0xB99DF2) is known color: Perfume. HEX triplet: B9, 9D and F2. RGB value is (185,157,242). Sum of RGB (Red+Green+Blue) = 185+157+242=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #B99DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DF2 is #46620D. Grayscale: #AEAEAE. Windows color (decimal): -4612622 or 15900089. OLE color: 15900089.

HSL color Cylindrical-coordinate representation of color #B99DF2: hue angle of 259.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99DF2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 157 242 -
CMYK 0.24 0.35 0 0.05
HSL 259.76º 0.77% 0.78% -
HSV(B) 259.76º 0.35% 0.95% -
XYZ 48.09 40.84 89.35 -
YUV 175.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 185 157 242 0.24 0.35 0 0.05 259.76 0.77 0.78
Hex B9 9D F2 18 23 0 5 104 4D 4E
Octal 271 235 362 30 43 0 5 404 115 116
Binary 10111001 10011101 11110010 11000 100011 0 101 100000100 1001101 1001110

Color Harmonies of #B99DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DF2

Black with #B99DF2

Text Example


Text Example

White with #B99DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DF2; }

 p { color: rgb(185,157,242); }

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

background-color css

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

 a { background-color: rgb(185,157,242); }

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

border-color css

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

 span { border-color: rgb(185,157,242); }

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