#BDA1DC

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

Shades of Perfume #BDA1DC

Tints of Perfume #BDA1DC

Color information

#BDA1DC (or 0xBDA1DC) is unknown color: approx Perfume. HEX triplet: BD, A1 and DC. RGB value is (189,161,220). Sum of RGB (Red+Green+Blue) = 189+161+220=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1DC is #425E23. Grayscale: #AFAFAF. Windows color (decimal): -4349476 or 14459325. OLE color: 14459325.

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

Color convert

RGB189161220-
CMYK0.140.2700.14
HSL268.47º45.74%74.71%-
HSV(B)268.47º26.82%86.27%-
XYZ46.6541.4873.26-
YUV176.1152.78137.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=33.16%
G=28.25%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891612200.140.2700.14268.4745.7474.71
HexBDA1DCE1B0E10c2e4b
Octal275241334163301641456113
Binary101111011010000111011100111011011011101000011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1DC; }

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

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

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

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

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

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

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

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