#B699FB

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

Shades of Perfume #B699FB

Tints of Perfume #B699FB

Color information

#B699FB (or 0xB699FB) is unknown color: approx Perfume. HEX triplet: B6, 99 and FB. RGB value is (182,153,251). Sum of RGB (Red+Green+Blue) = 182+153+251=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #B699FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699FB is #496604. Grayscale: #ACACAC. Windows color (decimal): -4810245 or 16488886. OLE color: 16488886.

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

Color convert

RGB182153251-
CMYK0.270.3900.02
HSL257.76º92.45%79.22%-
HSV(B)257.76º39.04%98.43%-
XYZ48.139.6996.39-
YUV172.84172.11134.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.06%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=31.06%
G=26.11%
B=42.83%

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
Decimal1821532510.270.3900.02257.7692.4579.22
HexB699FB1B27021025c4f
Octal266231373334702402134117
Binary1011011010011001111110111101110011101010000001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699FB; }

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

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

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

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

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

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

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

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