#B697FF

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

Shades of Perfume #B697FF

Tints of Perfume #B697FF

Color information

#B697FF (or 0xB697FF) is unknown color: approx Perfume. HEX triplet: B6, 97 and FF. RGB value is (182,151,255). Sum of RGB (Red+Green+Blue) = 182+151+255=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B697FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697FF is #496800. Grayscale: #ABABAB. Windows color (decimal): -4810753 or 16750518. OLE color: 16750518.

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

Color convert

RGB182151255-
CMYK0.290.4100
HSL257.88º100%79.61%-
HSV(B)257.88º40.78%100%-
XYZ48.4139.399.64-
YUV172.12174.77135.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 255 (100% from 255) = 43.37%
R=30.95%
G=25.68%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821512550.290.4100257.8810079.61
HexB697FF1D29001026450
Octal266227377355100402144120
Binary101101101001011111111111111011010010010000001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697FF; }

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

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

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

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

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

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

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

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