#B99CFE

Color #B99CFE Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B99CFE

Tints of Perfume #B99CFE

Color information

#B99CFE (or 0xB99CFE) is unknown color: approx Perfume. HEX triplet: B9, 9C and FE. RGB value is (185,156,254). Sum of RGB (Red+Green+Blue) = 185+156+254=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CFE is #466301. Grayscale: #AFAFAF. Windows color (decimal): -4612866 or 16686265. OLE color: 16686265.

HSL color Cylindrical-coordinate representation of color #B99CFE: hue angle of 257.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99CFE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185156254-
CMYK0.270.3900.00
HSL257.76º98%80.39%-
HSV(B)257.76º38.58%99.61%-
XYZ49.7941.2599.1-
YUV175.84172.11134.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=31.09%
G=26.22%
B=42.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851562540.270.3900.00257.769880.39
HexB99CFE1B27001026250
Octal271234376334700402142120
Binary101110011001110011111110110111001110010000001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CFE; }

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

 H1.HeaderClassName
 {
   color: #B99CFE;
 }
 .AnyTagClassName
 {
   color: #B99CFE;
 }
</style>
background-color css

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

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

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

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

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

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