#B69AFF

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

Shades of Perfume #B69AFF

Tints of Perfume #B69AFF

Color information

#B69AFF (or 0xB69AFF) is unknown color: approx Perfume. HEX triplet: B6, 9A and FF. RGB value is (182,154,255). Sum of RGB (Red+Green+Blue) = 182+154+255=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AFF is #496500. Grayscale: #ADADAD. Windows color (decimal): -4809985 or 16751286. OLE color: 16751286.

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

Color convert

RGB182154255-
CMYK0.290.4000
HSL256.63º100%80.2%-
HSV(B)256.63º39.61%100%-
XYZ48.940.2899.8-
YUV173.89173.78133.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 255 (100% from 255) = 43.15%
R=30.80%
G=26.06%
B=43.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821542550.290.4000256.6310080.2
HexB69AFF1D28001016450
Octal266232377355000401144120
Binary101101101001101011111111111011010000010000000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AFF; }

 p { color: rgb(182,154,255); }

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

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

 a { background-color: rgb(182,154,255); }

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

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

 span { border-color: rgb(182,154,255); }

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