#B698F9

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

Shades of Perfume #B698F9

Tints of Perfume #B698F9

Color information

#B698F9 (or 0xB698F9) is unknown color: approx Perfume. HEX triplet: B6, 98 and F9. RGB value is (182,152,249). Sum of RGB (Red+Green+Blue) = 182+152+249=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #B698F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698F9 is #496706. Grayscale: #ABABAB. Windows color (decimal): -4810503 or 16357558. OLE color: 16357558.

HSL color Cylindrical-coordinate representation of color #B698F9: hue angle of 258.56º degrees, saturation: 0.89, 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 #B698F9 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182152249-
CMYK0.270.3900.02
HSL258.56º88.99%78.63%-
HSV(B)258.56º38.96%97.65%-
XYZ47.6239.2494.69-
YUV172.03171.44135.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.22%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=31.22%
G=26.07%
B=42.71%

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
Decimal1821522490.270.3900.02258.5688.9978.63
HexB698F91B2702103594f
Octal266230371334702403131117
Binary1011011010011000111110011101110011101010000001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698F9; }

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

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

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

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

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

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

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

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