Html Css Color HEX #B99CF5 Perfume

📋 copy color: '#B99CF5'

red 185 ◦ green 156 ◦ blue 245

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

Shades of Perfume #B99CF5

Tints of Perfume #B99CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.62%

 BLUE value IS 245 (96.09% from 255) = 41.81%

R = 31.57%
G = 26.62%
B = 41.81%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B99CF5 (or 0xB99CF5) is known color: Perfume. HEX triplet: B9, 9C and F5. RGB value is (185,156,245). Sum of RGB (Red+Green+Blue) = 185+156+245=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #B99CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF5 is #46630A. Grayscale: #AEAEAE. Windows color (decimal): -4612875 or 16096441. OLE color: 16096441.

HSL color Cylindrical-coordinate representation of color #B99CF5: hue angle of 259.55º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99CF5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 156 245 -
CMYK 0.24 0.36 0 0.04
HSL 259.55º 0.82% 0.79% -
HSV(B) 259.55º 0.36% 0.96% -
XYZ 48.38 40.68 91.69 -
YUV 174.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 185 156 245 0.24 0.36 0 0.04 259.55 0.82 0.79
Hex B9 9C F5 18 24 0 4 104 52 4F
Octal 271 234 365 30 44 0 4 404 122 117
Binary 10111001 10011100 11110101 11000 100100 0 100 100000100 1010010 1001111

Color Harmonies of #B99CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CF5

Black with #B99CF5

Text Example


Text Example

White with #B99CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CF5; }

 p { color: rgb(185,156,245); }

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

background-color css

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

 a { background-color: rgb(185,156,245); }

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

border-color css

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

 span { border-color: rgb(185,156,245); }

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