#B698FB

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

Shades of Perfume #B698FB

Tints of Perfume #B698FB

Color information

#B698FB (or 0xB698FB) is unknown color: approx Perfume. HEX triplet: B6, 98 and FB. RGB value is (182,152,251). Sum of RGB (Red+Green+Blue) = 182+152+251=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #B698FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698FB is #496704. Grayscale: #ABABAB. Windows color (decimal): -4810501 or 16488630. OLE color: 16488630.

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

Color convert

RGB182152251-
CMYK0.270.3900.02
HSL258.18º92.52%79.02%-
HSV(B)258.18º39.44%98.43%-
XYZ47.9339.3796.34-
YUV172.26172.44134.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=31.11%
G=25.98%
B=42.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821522510.270.3900.02258.1892.5279.02
HexB698FB1B27021025d4f
Octal266230373334702402135117
Binary1011011010011000111110111101110011101010000001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698FB; }

 p { color: rgb(182,152,251); }

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

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

 a { background-color: rgb(182,152,251); }

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

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

 span { border-color: rgb(182,152,251); }

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