#B69DFA

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

Shades of Perfume #B69DFA

Tints of Perfume #B69DFA

Color information

#B69DFA (or 0xB69DFA) is unknown color: approx Perfume. HEX triplet: B6, 9D and FA. RGB value is (182,157,250). Sum of RGB (Red+Green+Blue) = 182+157+250=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #B69DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DFA is #496205. Grayscale: #AEAEAE. Windows color (decimal): -4809222 or 16424374. OLE color: 16424374.

HSL color Cylindrical-coordinate representation of color #B69DFA: hue angle of 256.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69DFA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182157250-
CMYK0.270.3700.02
HSL256.13º90.29%79.8%-
HSV(B)256.13º37.2%98.04%-
XYZ48.640.9695.79-
YUV175.08170.28132.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=30.90%
G=26.66%
B=42.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821572500.270.3700.02256.1390.2979.8
HexB69DFA1B25021005a50
Octal266235372334502400132120
Binary1011011010011101111110101101110010101010000000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DFA; }

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

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

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

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

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

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

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

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