#BD9AFB

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

Shades of Perfume #BD9AFB

Tints of Perfume #BD9AFB

Color information

#BD9AFB (or 0xBD9AFB) is unknown color: approx Perfume. HEX triplet: BD, 9A and FB. RGB value is (189,154,251). Sum of RGB (Red+Green+Blue) = 189+154+251=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AFB is #426504. Grayscale: #AFAFAF. Windows color (decimal): -4351237 or 16489149. OLE color: 16489149.

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

Color convert

RGB189154251-
CMYK0.250.3900.02
HSL261.65º92.38%79.41%-
HSV(B)261.65º38.65%98.43%-
XYZ49.9540.996.53-
YUV175.52170.6137.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=31.82%
G=25.93%
B=42.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891542510.250.3900.02261.6592.3879.41
HexBD9AFB1927021065c4f
Octal275232373314702406134117
Binary1011110110011010111110111100110011101010000011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AFB; }

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

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

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

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

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

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

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

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