#BDA5ED

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

Shades of Perfume #BDA5ED

Tints of Perfume #BDA5ED

Color information

#BDA5ED (or 0xBDA5ED) is unknown color: approx Perfume. HEX triplet: BD, A5 and ED. RGB value is (189,165,237). Sum of RGB (Red+Green+Blue) = 189+165+237=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5ED is #425A12. Grayscale: #B4B4B4. Windows color (decimal): -4348435 or 15574461. OLE color: 15574461.

HSL color Cylindrical-coordinate representation of color #BDA5ED: hue angle of 260º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA5ED is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189165237-
CMYK0.200.3000.07
HSL260º66.67%78.82%-
HSV(B)260º30.38%92.94%-
XYZ49.7343.8485.96-
YUV180.38159.95134.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=31.98%
G=27.92%
B=40.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891652370.200.3000.0726066.6778.82
HexBDA5ED141E07104434f
Octal275245355243607404103117
Binary1011110110100101111011011010011110011110000010010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5ED; }

 p { color: rgb(189,165,237); }

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

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

 a { background-color: rgb(189,165,237); }

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

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

 span { border-color: rgb(189,165,237); }

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