#BD9AF9

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

Shades of Perfume #BD9AF9

Tints of Perfume #BD9AF9

Color information

#BD9AF9 (or 0xBD9AF9) is unknown color: approx Perfume. HEX triplet: BD, 9A and F9. RGB value is (189,154,249). Sum of RGB (Red+Green+Blue) = 189+154+249=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AF9 is #426506. Grayscale: #AEAEAE. Windows color (decimal): -4351239 or 16358077. OLE color: 16358077.

HSL color Cylindrical-coordinate representation of color #BD9AF9: hue angle of 262.11º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9AF9 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189154249-
CMYK0.240.3800.02
HSL262.11º88.79%79.02%-
HSV(B)262.11º38.15%97.65%-
XYZ49.6440.7794.88-
YUV175.3169.6137.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=31.93%
G=26.01%
B=42.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891542490.240.3800.02262.1188.7979.02
HexBD9AF9182602106594f
Octal275232371304602406131117
Binary1011110110011010111110011100010011001010000011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AF9; }

 p { color: rgb(189,154,249); }

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

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

 a { background-color: rgb(189,154,249); }

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

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

 span { border-color: rgb(189,154,249); }

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