#B69FEE

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

Shades of Perfume #B69FEE

Tints of Perfume #B69FEE

Color information

#B69FEE (or 0xB69FEE) is unknown color: approx Perfume. HEX triplet: B6, 9F and EE. RGB value is (182,159,238). Sum of RGB (Red+Green+Blue) = 182+159+238=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #B69FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FEE is #496011. Grayscale: #AEAEAE. Windows color (decimal): -4808722 or 15638454. OLE color: 15638454.

HSL color Cylindrical-coordinate representation of color #B69FEE: hue angle of 257.47º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B69FEE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182159238-
CMYK0.240.3300.07
HSL257.47º69.91%77.84%-
HSV(B)257.47º33.19%93.33%-
XYZ47.1240.9186.3-
YUV174.88163.62133.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=31.43%
G=27.46%
B=41.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821592380.240.3300.07257.4769.9177.84
HexB69FEE182107101464e
Octal266237356304107401106116
Binary10110110100111111110111011000100001011110000000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FEE; }

 p { color: rgb(182,159,238); }

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

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

 a { background-color: rgb(182,159,238); }

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

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

 span { border-color: rgb(182,159,238); }

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