#B699FD

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

Shades of Perfume #B699FD

Tints of Perfume #B699FD

Color information

#B699FD (or 0xB699FD) is unknown color: approx Perfume. HEX triplet: B6, 99 and FD. RGB value is (182,153,253). Sum of RGB (Red+Green+Blue) = 182+153+253=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #B699FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699FD is #496602. Grayscale: #ACACAC. Windows color (decimal): -4810243 or 16619958. OLE color: 16619958.

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

Color convert

RGB182153253-
CMYK0.280.4000.01
HSL257.4º96.15%79.61%-
HSV(B)257.4º39.53%99.22%-
XYZ48.4139.8298.06-
YUV173.07173.11134.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=30.95%
G=26.02%
B=43.03%

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
Decimal1821532530.280.4000.01257.496.1579.61
HexB699FD1C28011016050
Octal266231375345001401140120
Binary101101101001100111111101111001010000110000000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699FD; }

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

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

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

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

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

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

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

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