#B696FF

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

Shades of Perfume #B696FF

Tints of Perfume #B696FF

Color information

#B696FF (or 0xB696FF) is unknown color: approx Perfume. HEX triplet: B6, 96 and FF. RGB value is (182,150,255). Sum of RGB (Red+Green+Blue) = 182+150+255=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B696FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696FF is #496900. Grayscale: #ABABAB. Windows color (decimal): -4811009 or 16750262. OLE color: 16750262.

HSL color Cylindrical-coordinate representation of color #B696FF: hue angle of 258.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B696FF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182150255-
CMYK0.290.4100
HSL258.29º100%79.41%-
HSV(B)258.29º41.18%100%-
XYZ48.2538.9899.59-
YUV171.54175.1135.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 255 (100% from 255) = 43.44%
R=31.01%
G=25.55%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821502550.290.4100258.2910079.41
HexB696FF1D2900102644f
Octal266226377355100402144117
Binary101101101001011011111111111011010010010000001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696FF; }

 p { color: rgb(182,150,255); }

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

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

 a { background-color: rgb(182,150,255); }

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

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

 span { border-color: rgb(182,150,255); }

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