#BDA6E1

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

Shades of Perfume #BDA6E1

Tints of Perfume #BDA6E1

Color information

#BDA6E1 (or 0xBDA6E1) is unknown color: approx Perfume. HEX triplet: BD, A6 and E1. RGB value is (189,166,225). Sum of RGB (Red+Green+Blue) = 189+166+225=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6E1 is #42591E. Grayscale: #B3B3B3. Windows color (decimal): -4348191 or 14788285. OLE color: 14788285.

HSL color Cylindrical-coordinate representation of color #BDA6E1: hue angle of 263.39º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA6E1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189166225-
CMYK0.160.2600.12
HSL263.39º49.58%76.67%-
HSV(B)263.39º26.22%88.24%-
XYZ48.2143.5377.09-
YUV179.6153.62134.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=32.59%
G=28.62%
B=38.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891662250.160.2600.12263.3949.5876.67
HexBDA6E1101A0C107324d
Octal275246341203201440762115
Binary1011110110100110111000011000011010011001000001111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6E1; }

 p { color: rgb(189,166,225); }

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

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

 a { background-color: rgb(189,166,225); }

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

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

 span { border-color: rgb(189,166,225); }

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