#BDA8E3

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

Shades of Perfume #BDA8E3

Tints of Perfume #BDA8E3

Color information

#BDA8E3 (or 0xBDA8E3) is unknown color: approx Perfume. HEX triplet: BD, A8 and E3. RGB value is (189,168,227). Sum of RGB (Red+Green+Blue) = 189+168+227=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDA8E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8E3 is #42571C. Grayscale: #B4B4B4. Windows color (decimal): -4347677 or 14919869. OLE color: 14919869.

HSL color Cylindrical-coordinate representation of color #BDA8E3: hue angle of 261.36º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA8E3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189168227-
CMYK0.170.2600.11
HSL261.36º51.3%77.45%-
HSV(B)261.36º25.99%89.02%-
XYZ48.8544.3778.66-
YUV181153.96133.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=32.36%
G=28.77%
B=38.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891682270.170.2600.11261.3651.377.45
HexBDA8E3111A0B105334d
Octal275250343213201340563115
Binary1011110110101000111000111000111010010111000001011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8E3; }

 p { color: rgb(189,168,227); }

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

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

 a { background-color: rgb(189,168,227); }

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

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

 span { border-color: rgb(189,168,227); }

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