#BDA6DC

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

Shades of Perfume #BDA6DC

Tints of Perfume #BDA6DC

Color information

#BDA6DC (or 0xBDA6DC) is unknown color: approx Perfume. HEX triplet: BD, A6 and DC. RGB value is (189,166,220). Sum of RGB (Red+Green+Blue) = 189+166+220=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6DC is #425923. Grayscale: #B2B2B2. Windows color (decimal): -4348196 or 14460605. OLE color: 14460605.

HSL color Cylindrical-coordinate representation of color #BDA6DC: hue angle of 265.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA6DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189166220-
CMYK0.140.2500.14
HSL265.56º43.55%75.69%-
HSV(B)265.56º24.55%86.27%-
XYZ47.5443.2673.55-
YUV179.03151.12135.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=32.87%
G=28.87%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891662200.140.2500.14265.5643.5575.69
HexBDA6DCE190E10a2c4c
Octal275246334163101641254114
Binary101111011010011011011100111011001011101000010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6DC; }

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

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

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

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

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

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

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

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