#B69DFF

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

Shades of Perfume #B69DFF

Tints of Perfume #B69DFF

Color information

#B69DFF (or 0xB69DFF) is unknown color: approx Perfume. HEX triplet: B6, 9D and FF. RGB value is (182,157,255). Sum of RGB (Red+Green+Blue) = 182+157+255=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DFF is #496200. Grayscale: #AFAFAF. Windows color (decimal): -4809217 or 16752054. OLE color: 16752054.

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

Color convert

RGB182157255-
CMYK0.290.3800
HSL255.31º100%80.78%-
HSV(B)255.31º38.43%100%-
XYZ49.441.2899.97-
YUV175.65172.78132.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 255 (100% from 255) = 42.93%
R=30.64%
G=26.43%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821572550.290.3800255.3110080.78
HexB69DFF1D2600ff6451
Octal266235377354600377144121
Binary10110110100111011111111111101100110001111111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DFF; }

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

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

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

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

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

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

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

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