#B69DFE

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

Shades of Perfume #B69DFE

Tints of Perfume #B69DFE

Color information

#B69DFE (or 0xB69DFE) is unknown color: approx Perfume. HEX triplet: B6, 9D and FE. RGB value is (182,157,254). Sum of RGB (Red+Green+Blue) = 182+157+254=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B69DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DFE is #496201. Grayscale: #AFAFAF. Windows color (decimal): -4809218 or 16686518. OLE color: 16686518.

HSL color Cylindrical-coordinate representation of color #B69DFE: hue angle of 255.46º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69DFE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182157254-
CMYK0.280.3800.00
HSL255.46º97.98%80.59%-
HSV(B)255.46º38.19%99.61%-
XYZ49.2441.2199.13-
YUV175.53172.28132.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=30.69%
G=26.48%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821572540.280.3800.00255.4697.9880.59
HexB69DFE1C2600ff6251
Octal266235376344600377142121
Binary10110110100111011111111011100100110001111111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DFE; }

 p { color: rgb(182,157,254); }

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

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

 a { background-color: rgb(182,157,254); }

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

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

 span { border-color: rgb(182,157,254); }

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