#B698FD

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

Shades of Perfume #B698FD

Tints of Perfume #B698FD

Color information

#B698FD (or 0xB698FD) is unknown color: approx Perfume. HEX triplet: B6, 98 and FD. RGB value is (182,152,253). Sum of RGB (Red+Green+Blue) = 182+152+253=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #B698FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698FD is #496702. Grayscale: #ACACAC. Windows color (decimal): -4810499 or 16619702. OLE color: 16619702.

HSL color Cylindrical-coordinate representation of color #B698FD: hue angle of 257.82º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B698FD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182152253-
CMYK0.280.4000.01
HSL257.82º96.19%79.41%-
HSV(B)257.82º39.92%99.22%-
XYZ48.2539.4998.01-
YUV172.48173.44134.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=31.01%
G=25.89%
B=43.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821522530.280.4000.01257.8296.1979.41
HexB698FD1C2801102604f
Octal266230375345001402140117
Binary101101101001100011111101111001010000110000001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698FD; }

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

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

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

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

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

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

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

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